diff --git a/api/v1alpha1/nstemplatetier_types.go b/api/v1alpha1/nstemplatetier_types.go index 159d33d2..5822d8b4 100644 --- a/api/v1alpha1/nstemplatetier_types.go +++ b/api/v1alpha1/nstemplatetier_types.go @@ -4,6 +4,15 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" ) +const ( + // NSTemplateTierProvisionedReason represents the reason for a successfully provisioned NSTemplateTier. + NSTemplateTierProvisionedReason = provisionedReason + + // NSTemplateTierUnableToEnsureRevisionsReason represents the reason for an issue with provisioning of the NSTemplateTier. + // Specifically, when the revisions field was not updated correctly. + NSTemplateTierUnableToEnsureRevisionsReason = "UnableToEnsureRevisions" +) + // NSTemplateTierSpec defines the desired state of NSTemplateTier // +k8s:openapi-gen=true type NSTemplateTierSpec struct {