Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for waitingPods (0.16 sec)

  1. pkg/scheduler/framework/runtime/waiting_pods_map.go

    	for _, v := range m.pods {
    		callback(v)
    	}
    }
    
    // waitingPod represents a pod waiting in the permit phase.
    type waitingPod struct {
    	pod            *v1.Pod
    	pendingPlugins map[string]*time.Timer
    	s              chan *framework.Status
    	mu             sync.RWMutex
    }
    
    var _ framework.WaitingPod = &waitingPod{}
    
    // newWaitingPod returns a new waitingPod instance.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 4.5K bytes
    - Viewed (0)
Back to top