Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for startupProbe (0.09 sec)

  1. pkg/kubelet/kuberuntime/kuberuntime_manager_test.go

    			RestartPolicy: &containerRestartPolicyAlways,
    			LivenessProbe: &v1.Probe{},
    			StartupProbe:  &v1.Probe{},
    		},
    		{
    			Name:          "restartable-init-3",
    			Image:         "bar-image",
    			RestartPolicy: &containerRestartPolicyAlways,
    			LivenessProbe: &v1.Probe{},
    			StartupProbe:  &v1.Probe{},
    		},
    	}
    	// Replace the original statuses of the containers with those for the init
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 96K bytes
    - Viewed (0)
Back to top