Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for acknowledgeTerminating (0.12 sec)

  1. pkg/kubelet/pod_workers.go

    	}
    }
    
    // acknowledgeTerminating sets the terminating flag on the pod status once the pod worker sees
    // the termination state so that other components know no new containers will be started in this
    // pod. It then returns the status function, if any, that applies to this pod.
    func (p *podWorkers) acknowledgeTerminating(podUID types.UID) PodStatusFunc {
    	p.podLock.Lock()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 13:22:37 UTC 2024
    - 74.8K bytes
    - Viewed (0)
Back to top