Documentation
¶
Overview ¶
Package constants has Kubernetes label and annotation constants shared by klocksmith and klocksmith-controller.
Index ¶
Constants ¶
View Source
const ( LabelPrefix = "alpha.coreos.com/update1." LabelRebootNeeded = LabelPrefix + "reboot-needed" LabelRebootInProgress = LabelPrefix + "reboot-in-progress" LabelOkToReboot = LabelPrefix + "reboot-ok" AnnotationPrefix = LabelPrefix AnnotationID = AnnotationPrefix + "id" AnnotationGroup = AnnotationPrefix + "group" AnnotationVersion = AnnotationPrefix + "version" )
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.