Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PodSandboxChanged (0.25 sec)

  1. pkg/kubelet/status/generate.go

    		Status: v1.ConditionTrue,
    	}
    }
    
    func GeneratePodReadyToStartContainersCondition(pod *v1.Pod, podStatus *kubecontainer.PodStatus) v1.PodCondition {
    	newSandboxNeeded, _, _ := runtimeutil.PodSandboxChanged(pod, podStatus)
    	// if a new sandbox does not need to be created for a pod, it indicates that
    	// a sandbox for the pod with networking configured already exists.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 12 15:18:11 UTC 2023
    - 9.8K bytes
    - Viewed (0)
Back to top