Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PredicateManager ¶
type PredicateManager interface { EventsToRegister(queueingHintFn framework.QueueingHintFn) []framework.ClusterEventWithHint Predicates(pod *v1.Pod, node *framework.NodeInfo, allocate bool) (plugin string, error error) PreemptionPredicates(pod *v1.Pod, node *framework.NodeInfo, victims []*v1.Pod, startIndex int) (index int) }
func NewPredicateManager ¶
func NewPredicateManager(handle framework.Handle) PredicateManager
Click to show internal directories.
Click to hide internal directories.