Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for requeueLastPodUpdate (0.29 sec)

  1. pkg/kubelet/pod_workers.go

    		close(ch)
    	}
    	delete(p.podUpdates, uid)
    }
    
    // requeueLastPodUpdate creates a new pending pod update from the most recently
    // executed update if no update is already queued, and then notifies the pod
    // worker goroutine of the update. This method must be called while holding
    // the pod lock.
    func (p *podWorkers) requeueLastPodUpdate(podUID types.UID, status *podSyncStatus) {
    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