Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getPodFromPriorityQueue (0.15 sec)

  1. pkg/scheduler/scheduler_test.go

    			}
    		})
    	}
    }
    
    // getPodFromPriorityQueue is the function used in the TestDefaultErrorFunc test to get
    // the specific pod from the given priority queue. It returns the found pod in the priority queue.
    func getPodFromPriorityQueue(queue *internalqueue.PriorityQueue, pod *v1.Pod) *v1.Pod {
    	podList, _ := queue.PendingPods()
    	if len(podList) == 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 42K bytes
    - Viewed (0)
Back to top