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