Documentation ¶ Index ¶ func GetNodes(ctx context.Context, client clientset.Interface) ([]v1.Node, error) func NodeNamesOfNodes(nodes []v1.Node) string func UpdateNodeLabelsWithBackoff(ctx context.Context, client clientset.Interface, nodeName string, ...) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetNodes ¶ func GetNodes(ctx context.Context, client clientset.Interface) ([]v1.Node, error) GetNodes returns all nodes of this cluster. func NodeNamesOfNodes ¶ func NodeNamesOfNodes(nodes []v1.Node) string NodeNamesOfNodes returns the node names of the nodes func UpdateNodeLabelsWithBackoff ¶ added in v0.7.2 func UpdateNodeLabelsWithBackoff(ctx context.Context, client clientset.Interface, nodeName string, labels map[string]string, backoff wait.Backoff) error UpdateNodeLabelsWithBackoff updates labels on a given node with a given backoff retry. Types ¶ This section is empty. Source Files ¶ View all Source files node.go Click to show internal directories. Click to hide internal directories.