Skip to content

Commit 030dd70

Browse files
dtfranzstevekuznetsov
authored andcommitted
Adds 'OperatorDeprecated' status condition for Subscription. (#306)
Signed-off-by: dtfranz <[email protected]> Upstream-repository: api Upstream-commit: 6b3567d593e430a0c9601e15ece31d031eac7ce9 Signed-off-by: Steve Kuznetsov <[email protected]>
1 parent fd26da8 commit 030dd70

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

staging/api/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 (

vendor/github.com/operator-framework/api/pkg/operators/v1alpha1/subscription_types.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)