Documentation
¶
Index ¶
Constants ¶
View Source
const ( // LabelNodeRolePrefix is a label prefix for node roles // It's copied over to here until it's merged in core: https://github.com/kubernetes/kubernetes/pull/39112 LabelNodeRolePrefix = "node-role.kubernetes.io/" // NodeLabelRole specifies the role of a node NodeLabelRole = "kubernetes.io/role" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collector ¶
LeaseUpdater is to update lease with certain period
func NewCollector ¶
func NewCollector( nodeInformer corev1informers.NodeInformer, kubeClient kubernetes.Interface, client client.Client, clusterName, componentNamespace string) Collector
Click to show internal directories.
Click to hide internal directories.