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 da18627 commit a3fa2bdCopy full SHA for a3fa2bd
pkg/operators/v1alpha1/subscription_types.go
@@ -102,6 +102,9 @@ const (
102
103
// SubscriptionInstallPlanFailed indicates that the installation of a Subscription's InstallPlan has failed.
104
SubscriptionInstallPlanFailed SubscriptionConditionType = "InstallPlanFailed"
105
+
106
+ // SubscriptionResolutionFailed indicates that the dependency resolution in the namespace in which the subscription is created has failed
107
+ SubscriptionResolutionFailed SubscriptionConditionType = "ResolutionFailed"
108
)
109
110
const (
0 commit comments