Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for syncBatch (0.15 sec)

  1. pkg/kubelet/status/status_manager_test.go

    	t.Logf("Should not sync pod in syncBatch because there is no corresponding mirror pod for the static pod.")
    	m.syncBatch(true)
    	assert.Equal(t, len(m.kubeClient.(*fake.Clientset).Actions()), 0, "Expected no updates after syncBatch, got %+v", m.kubeClient.(*fake.Clientset).Actions())
    
    	t.Logf("Create the mirror pod")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 02 16:27:19 UTC 2024
    - 68.1K bytes
    - Viewed (0)
Back to top