Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Manager ¶
type Manager interface {
GetNodesWithOS(os string) (*v1.NodeList, error)
AddLabels(nodeList []v1.Node, label map[string]string) error
RemoveLabels(nodeList []v1.Node, label map[string]string) error
GetNode(node *v1.Node) (*v1.Node, error)
GetNodeList() (*v1.NodeList, error)
GetCNINode(node *v1.Node) (*cninode.CNINode, error)
GetCNINodeList() (*cninode.CNINodeList, error)
}
func NewManager ¶
Click to show internal directories.
Click to hide internal directories.