Documentation
¶
Overview ¶
Package annotations implements annotation helper functions.
Index ¶
Constants ¶
View Source
const ( // PausedAnnotation is an annotation that can be applied to MachineHealthCheck objects to prevent the MHC controller // from processing it. // TODO: move this annotation to the openshift/api package PausedAnnotation = "cluster.x-k8s.io/paused" )
Variables ¶
This section is empty.
Functions ¶
func HasPausedAnnotation ¶
HasPausedAnnotation returns true if the object has the `paused` annotation.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.