Documentation ¶
Index ¶
Constants ¶
View Source
const ( // MHCPausedAnnotation is an annotation that can be applied to MachineHealthCheck objects to prevent the MHC // controller from processing it. MHCPausedAnnotation = "cluster.x-k8s.io/paused" // TemplateNameAnnotation is an annotation that will be placed on the CRs of remediatiors who support multiple templates of the same remediator. // This is done because when checking for timeout CRs we need to know whether a CR was already created or not by that template. TemplateNameAnnotation = "remediation.medik8s.io/template-name" )
Variables ¶
This section is empty.
Functions ¶
func HasMHCPausedAnnotation ¶
func HasMultipleTemplatesAnnotation ¶
HasMultipleTemplatesAnnotation returns true if the object has the medik8s `multiple-templates-support` annotation.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.