Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestConvertToAPIContainerStatuses (0.45 sec)

  1. pkg/kubelet/kubelet_pods_test.go

    	}
    }
    
    // No special init-specific logic for this, see RestartAlways case
    // func TestPodPhaseWithRestartOnFailureInitContainers(t *testing.T) {
    // }
    
    func TestConvertToAPIContainerStatuses(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