Documentation ¶ Index ¶ func GetCondition(n *v1.Node, match v1.NodeConditionType) v1.NodeCondition func GetNodePods(ctx context.Context, kubeClient client.Client, nodes ...*v1.Node) ([]*v1.Pod, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetCondition ¶ func GetCondition(n *v1.Node, match v1.NodeConditionType) v1.NodeCondition func GetNodePods ¶ func GetNodePods(ctx context.Context, kubeClient client.Client, nodes ...*v1.Node) ([]*v1.Pod, error) GetNodePods gets the list of schedulable pods from a variadic list of nodes It ignores pods that are owned by the node, a daemonset or are in a terminal or terminating state Types ¶ This section is empty. Source Files ¶ View all Source files node.go Click to show internal directories. Click to hide internal directories.