Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for addToActiveQ (0.5 sec)

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

    	return s
    }
    
    // addToActiveQ tries to add pod to active queue. It returns 2 parameters:
    // 1. a boolean flag to indicate whether the pod is added successfully.
    // 2. an error for the caller to act on.
    func (p *PriorityQueue) addToActiveQ(logger klog.Logger, pInfo *framework.QueuedPodInfo) (bool, error) {
    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