Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for inFlightPods (0.11 sec)

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

    	// AddUnschedulableIfNotPresent is called with the Pod at the end of scheduling or binding.
    	// So, given pInfo should have been Pop()ed before,
    	// we can assume pInfo must be recorded in inFlightPods and thus inFlightEvents.
    	inFlightPod, ok := p.inFlightPods[pInfo.Pod.UID]
    	if !ok {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 61.4K bytes
    - Viewed (0)
  2. pkg/scheduler/internal/queue/scheduling_queue_test.go

    		wantUnschedPodPoolPodNames   []string
    		isSchedulingQueueHintEnabled bool
    	}{
    		{
    			name:        "when SchedulingQueueHint is disabled, inFlightPods and inFlightEvents should be empty",
    			initialPods: []*v1.Pod{pod},
    			actions: []action{
    				// This Pod shouldn't be added to inFlightPods because SchedulingQueueHint is disabled.
    				{podPopped: pod},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
Back to top