Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for completeSync (0.11 sec)

  1. pkg/kubelet/pod_workers.go

    	}
    	return nil
    }
    
    // completeSync is invoked when syncPod completes successfully and indicates the pod is now terminal and should
    // be terminated. This happens when the natural pod lifecycle completes - any pod which is not RestartAlways
    // exits. Unnatural completions, such as evictions, API driven deletion or phase transition, are handled by
    // UpdatePod.
    func (p *podWorkers) completeSync(podUID types.UID) {
    	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