Skip to content

Commit 6b3567d

Browse files
authored
Adds 'OperatorDeprecated' status condition for Subscription. (#306)
Signed-off-by: dtfranz <[email protected]>
1 parent 3417188 commit 6b3567d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/operators/v1alpha1/subscription_types.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ const (
117117

118118
// SubscriptionBundleUnpackFailed indicates that the unpack job failed
119119
SubscriptionBundleUnpackFailed SubscriptionConditionType = "BundleUnpackFailed"
120+
121+
// SubscriptionOperatorDeprecated indicates that the Operator currently installed with this Subscription has been deprecated.
122+
SubscriptionOperatorDeprecated SubscriptionConditionType = "OperatorDeprecated"
120123
)
121124

122125
const (

0 commit comments

Comments
 (0)