Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestPodPhaseWithRestartAlways (0.29 sec)

  1. pkg/kubelet/kubelet_pods_test.go

    	status.Ready = true
    	return status
    }
    func withID(status v1.ContainerStatus, id string) v1.ContainerStatus {
    	status.ContainerID = id
    	return status
    }
    
    func TestPodPhaseWithRestartAlways(t *testing.T) {
    	desiredState := v1.PodSpec{
    		NodeName: "machine",
    		Containers: []v1.Container{
    			{Name: "containerA"},
    			{Name: "containerB"},
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
Back to top