Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for expectedReadiness (0.2 sec)

  1. pkg/kubelet/prober/prober_manager_test.go

    		expectedStartup         map[probeKey]bool
    		expectedReadiness       map[probeKey]bool
    		enableSidecarContainers bool
    	}{
    		{
    			desc: "init containers",
    			expectedStartup: map[probeKey]bool{
    				{testPodUID, notStarted.Name, startup}: false,
    				{testPodUID, started.Name, startup}:    true,
    				{testPodUID, terminated.Name, startup}: false,
    			},
    			expectedReadiness: map[probeKey]bool{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 18.8K bytes
    - Viewed (0)
Back to top