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 {
// contains filtered or unexported fields
}
SchedulingGates checks if a Pod carries .spec.schedulingGates.
func (*SchedulingGates) EventsToRegister ¶
func (pl *SchedulingGates) EventsToRegister(_ context.Context) ([]framework.ClusterEventWithHint, error)
EventsToRegister returns the possible events that may make a Pod failed by this plugin schedulable.
func (*SchedulingGates) Name ¶
func (pl *SchedulingGates) Name() string
func (*SchedulingGates) PreEnqueue ¶
Click to show internal directories.
Click to hide internal directories.