Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestComputePodActionsWithInitContainers (0.36 sec)

  1. pkg/kubelet/kuberuntime/kuberuntime_manager_test.go

    }
    
    func TestComputePodActionsWithInitContainers(t *testing.T) {
    	t.Run("sidecar containers disabled", func(t *testing.T) {
    		testComputePodActionsWithInitContainers(t, false)
    	})
    	t.Run("sidecar containers enabled", func(t *testing.T) {
    		testComputePodActionsWithInitContainers(t, true)
    	})
    }
    
    func testComputePodActionsWithInitContainers(t *testing.T, sidecarContainersEnabled bool) {
    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