Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for initializedContainers (0.18 sec)

  1. pkg/kubelet/status/status_manager.go

    	// otherwise the pod has no record of being initialized
    	return false
    }
    
    // initializedContainers returns all status except for suffix of containers that are in Waiting
    // state, which is the set of containers that have attempted to start at least once. If all containers
    // are Waiting, the first container is always returned.
    func initializedContainers(containers []v1.ContainerStatus) []v1.ContainerStatus {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 02 16:27:19 UTC 2024
    - 44.3K bytes
    - Viewed (0)
Back to top