Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for StartedPods (0.08 sec)

  1. pkg/kubelet/container/testing/fake_runtime.go

    	f.Lock()
    	defer f.Unlock()
    
    	f.CalledFunctions = append(f.CalledFunctions, "SyncPod")
    	f.StartedPods = append(f.StartedPods, string(pod.UID))
    	for _, c := range pod.Spec.Containers {
    		f.StartedContainers = append(f.StartedContainers, c.Name)
    	}
    	// TODO(random-liu): Add SyncResult for starting and killing containers
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 14 00:23:50 UTC 2024
    - 13.9K bytes
    - Viewed (0)
Back to top