Skip to content

Commit

Permalink
Adds 'OperatorDeprecated' status condition for Subscription. (#306)
Browse files Browse the repository at this point in the history
Signed-off-by: dtfranz <dfranz@redhat.com>
  • Loading branch information
dtfranz committed Nov 9, 2023
1 parent 3417188 commit 6b3567d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/operators/v1alpha1/subscription_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 6b3567d

Please sign in to comment.