Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for addUnschedulableWithoutQueueingHint (0.35 sec)

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

    // TODO: This function is called only when p.isSchedulingQueueHintEnabled is false,
    // and this will be removed after SchedulingQueueHint goes to stable and the feature gate is removed.
    func (p *PriorityQueue) addUnschedulableWithoutQueueingHint(logger klog.Logger, pInfo *framework.QueuedPodInfo, podSchedulingCycle int64) error {
    	pod := pInfo.Pod
    	// Refresh the timestamp since the pod is re-added.
    	pInfo.Timestamp = p.clock.Now()
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 61.4K bytes
    - Viewed (3)
Back to top