Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pkglist (0.11 sec)

  1. pkg/kubelet/kubelet_test.go

    	pods = []*v1.Pod{}
    	testKubelet.fakeRuntime.PodList = []*containertest.FakePod{{Pod: runningPod, NetnsPath: ""}}
    	syncAndVerifyPodDir(t, testKubelet, pods, []*v1.Pod{apiPod}, true)
    
    	// The pod is deleted and also not active on the node. The pod directory
    	// should be removed.
    	pods = []*v1.Pod{}
    	testKubelet.fakeRuntime.PodList = []*containertest.FakePod{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
Back to top