Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hasPodInitialized (0.45 sec)

  1. pkg/kubelet/status/status_manager.go

    	m.updateStatusInternal(pod, status, true, true)
    }
    
    // hasPodInitialized returns true if the pod has no evidence of ever starting a regular container, which
    // implies those containers should not be transitioned to terminated status.
    func hasPodInitialized(pod *v1.Pod) bool {
    	// a pod without init containers is always initialized
    	if len(pod.Spec.InitContainers) == 0 {
    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