Skip to content

Define a common annotation for bundled NSTemplateTiers #480

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions api/v1alpha1/labels.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@ const (

// StateLabelValuePending is used for identifying that the object is in a pending state.
StateLabelValuePending = "pending"

// BundledAnnotationKey is used to label objects as being bundled with the operator. Such objects are managed fully by the operator and can be created or deleted
// at its discretion (usually during the startup of the operator).
BundledAnnotationKey = LabelKeyPrefix + "bundled-with"
)
Loading