Skip to content

Commit

Permalink
Merge pull request #24 from mshitrit/add-same-kind-support-ann
Browse files Browse the repository at this point in the history
Add MultipleTemplatesSupportedAnnotation
  • Loading branch information
openshift-merge-bot[bot] authored Mar 14, 2024
2 parents 57f971c + f723077 commit 4ce10db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/annotations/annotations.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ package annotations
const (
// NhcTimeOut is the annotation set by NHC to signal the operator that it surpassed its timeout and shall stop its remediation
NhcTimedOut = "remediation.medik8s.io/nhc-timed-out"

// MultipleTemplatesSupportedAnnotation is an annotation that indicates whether multiple templates of the same kind are supported by the template's remediator
MultipleTemplatesSupportedAnnotation = "remediation.medik8s.io/multiple-templates-support"
)

0 comments on commit 4ce10db

Please sign in to comment.