Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetPendingPlugins (0.13 sec)

  1. pkg/scheduler/framework/interface.go

    }
    
    // WaitingPod represents a pod currently waiting in the permit phase.
    type WaitingPod interface {
    	// GetPod returns a reference to the waiting pod.
    	GetPod() *v1.Pod
    	// GetPendingPlugins returns a list of pending Permit plugin's name.
    	GetPendingPlugins() []string
    	// Allow declares the waiting pod is allowed to be scheduled by the plugin named as "pluginName".
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 15:52:16 UTC 2024
    - 35.4K bytes
    - Viewed (0)
Back to top