Documentation ¶
Index ¶
Constants ¶
View Source
const (
// LabelRole contains the key for the role label
LabelRole = "node-role.kubernetes.io"
)
View Source
const (
// RoleWorker contains the worker role
RoleWorker = "worker"
)
Variables ¶
This section is empty.
Functions ¶
func GetBySelector ¶
GetBySelector returns all nodes with the specified selector
func GetWorkers ¶
func GetWorkers(env *deployer.Environment) ([]corev1.Node, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.