 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  const Name = names.SchedulingGates
    Name of the plugin used in the plugin registry and configurations.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SchedulingGates ¶
type SchedulingGates struct {
	EnablePodSchedulingReadiness bool
}
    SchedulingGates checks if a Pod carries .spec.schedulingGates.
func (*SchedulingGates) EventsToRegister ¶
func (pl *SchedulingGates) EventsToRegister() []framework.ClusterEventWithHint
EventsToRegister returns nil here to indicate that schedulingGates plugin is not interested in any event but its own update.
func (*SchedulingGates) Name ¶
func (pl *SchedulingGates) Name() string
func (*SchedulingGates) PreEnqueue ¶
 Click to show internal directories. 
   Click to hide internal directories.