We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3417188 commit 6b3567dCopy full SHA for 6b3567d
pkg/operators/v1alpha1/subscription_types.go
@@ -117,6 +117,9 @@ const (
117
118
// SubscriptionBundleUnpackFailed indicates that the unpack job failed
119
SubscriptionBundleUnpackFailed SubscriptionConditionType = "BundleUnpackFailed"
120
+
121
+ // SubscriptionOperatorDeprecated indicates that the Operator currently installed with this Subscription has been deprecated.
122
+ SubscriptionOperatorDeprecated SubscriptionConditionType = "OperatorDeprecated"
123
)
124
125
const (
0 commit comments