diff --git a/pkg/operators/v1alpha1/subscription_types.go b/pkg/operators/v1alpha1/subscription_types.go index 2452f9a1c..23f2cc511 100644 --- a/pkg/operators/v1alpha1/subscription_types.go +++ b/pkg/operators/v1alpha1/subscription_types.go @@ -117,6 +117,9 @@ const ( // SubscriptionBundleUnpackFailed indicates that the unpack job failed SubscriptionBundleUnpackFailed SubscriptionConditionType = "BundleUnpackFailed" + + // SubscriptionOperatorDeprecated indicates that the Operator currently installed with this Subscription has been deprecated. + SubscriptionOperatorDeprecated SubscriptionConditionType = "OperatorDeprecated" ) const (