Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FilterLabels ¶
FilterLabels removes reserved node labels from a map of labels. reference: https://kubernetes.io/docs/reference/labels-annotations-taints/ .
func FindPending ¶
func FindPending(pendingNodes []updatev1alpha1.PendingNode, node *corev1.Node) *updatev1alpha1.PendingNode
FindPending searches for a pending node that matches a node. The pending node has to have the goal to join the cluster and be reported as ready be the CSP. if the node is not found, nil is returned.
func IsControlPlaneNode ¶
IsControlPlaneNode returns true if the node is a control plane node.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.