Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getContainerNames (0.35 sec)

  1. pkg/kubelet/kuberuntime/kuberuntime_termination_order_test.go

    			Containers: []v1.Container{
    				{
    					Name:            "main",
    					Image:           "busybox",
    					ImagePullPolicy: v1.PullIfNotPresent,
    				},
    			},
    		},
    	}
    	to := newTerminationOrdering(pod, getContainerNames(pod))
    
    	var wg sync.WaitGroup
    	wg.Add(1)
    	var sidecarWaitDelay int64
    	var mainWaitDelay int64
    	go func() {
    		sidecarWaitDelay = int64(to.waitForTurn("init", 30))
    		to.containerTerminated("init")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 18 00:07:21 UTC 2023
    - 6.7K bytes
    - Viewed (0)
Back to top