Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for not_exist_container (0.37 sec)

  1. pkg/kubelet/kuberuntime/kuberuntime_container_test.go

    				Spec:       v1.PodSpec{Containers: []v1.Container{{Name: "empty_container"}}},
    			},
    			containerID:         kubecontainer.ContainerID{Type: "docker", ID: "not_exist_container_id"},
    			containerName:       "not_exist_container",
    			reason:              "unknown reason",
    			gracePeriodOverride: 0,
    			succeed:             false,
    		},
    	}
    
    	for _, test := range tests {
    		ctx := context.Background()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 28K bytes
    - Viewed (0)
Back to top