Documentation ¶
Index ¶
Constants ¶
View Source
const ( // WorkerRole is the role label of worker nodes WorkerRole = "node-role.kubernetes.io/worker" // MasterRole is the old role label of control plane nodes MasterRole = "node-role.kubernetes.io/master" // ControlPlaneRole is the new role label of control plane nodes ControlPlaneRole = "node-role.kubernetes.io/control-plane" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.