Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Predicate ¶
type Predicate interface { // Name return the predicate name Name() string // Filter function receives a set of nodes and returns a set of candidate nodes. Filter(string, *apiv1.Pod, []apiv1.Node) ([]apiv1.Node, error) }
Predicate is an interface as extender-implemented predicate functions
Click to show internal directories.
Click to hide internal directories.