Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeUpdater ¶
type NodeUpdater interface { // Update labels the Kubernetes node with the pre-defined label to indicate // the physical host of the node. Update(node, host string) error // DeleteLabel removes the host label from the node DeleteLabel(node string) error }
NodeUpdater updates a node with a label to indicate the physical host it is running on
Click to show internal directories.
Click to hide internal directories.