File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -118,8 +118,18 @@ const (
118
118
// SubscriptionBundleUnpackFailed indicates that the unpack job failed
119
119
SubscriptionBundleUnpackFailed SubscriptionConditionType = "BundleUnpackFailed"
120
120
121
- // SubscriptionOperatorDeprecated indicates that the Operator currently installed with this Subscription has been deprecated.
122
- SubscriptionOperatorDeprecated SubscriptionConditionType = "OperatorDeprecated"
121
+ // SubscriptionDeprecated is a roll-up condition which indicates that the Operator currently installed with this Subscription
122
+ //has been deprecated. It will be present when any of the three deprecation types (Package, Channel, Bundle) are present.
123
+ SubscriptionDeprecated SubscriptionConditionType = "Deprecated"
124
+
125
+ // SubscriptionOperatorDeprecated indicates that the Package currently installed with this Subscription has been deprecated.
126
+ SubscriptionPackageDeprecated SubscriptionConditionType = "PackageDeprecated"
127
+
128
+ // SubscriptionOperatorDeprecated indicates that the Channel used with this Subscription has been deprecated.
129
+ SubscriptionChannelDeprecated SubscriptionConditionType = "ChannelDeprecated"
130
+
131
+ // SubscriptionOperatorDeprecated indicates that the Bundle currently installed with this Subscription has been deprecated.
132
+ SubscriptionBundleDeprecated SubscriptionConditionType = "BundleDeprecated"
123
133
)
124
134
125
135
const (
You can’t perform that action at this time.
0 commit comments