Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for updateNominatedPodUnlocked (0.41 sec)

  1. pkg/scheduler/internal/queue/scheduling_queue.go

    			pInfo := updatePod(oldPodInfo, newPod)
    			p.updateNominatedPodUnlocked(logger, oldPod, pInfo.PodInfo)
    			return p.activeQ.Update(pInfo)
    		}
    
    		// If the pod is in the backoff queue, update it there.
    		if oldPodInfo, exists, _ := p.podBackoffQ.Get(oldPodInfo); exists {
    			pInfo := updatePod(oldPodInfo, newPod)
    			p.updateNominatedPodUnlocked(logger, oldPod, pInfo.PodInfo)
    			return p.podBackoffQ.Update(pInfo)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 61.4K bytes
    - Viewed (0)
Back to top