You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// CreateRemediationCR creates the given remediation CR from remediationCR it'll return: a bool indicator of success, a *time.Duration an indicator on when requeue is needed in order to extend the lease, a *unstructured.Unstructured of the created/existing CR and an error
// MHCPausedAnnotation is an annotation that can be applied to MachineHealthCheck objects to prevent the MHC
7
11
// controller from processing it.
8
12
MHCPausedAnnotation="cluster.x-k8s.io/paused"
9
-
// MultipleTemplatesSupportedAnnotation is an annotation that indicates whether multiple templates of the same kind are supported by the template's remediator
0 commit comments