Skip to content

Commit 6eb4891

Browse files
anik120kevinrizza
authored andcommitted
type(sub): Add ResolutionFailed condition type for subscription (#138)
Upstream-repository: api Upstream-commit: a3fa2bd8d7c7f540824cda1b06f6677f198cfbb8
1 parent aa687ed commit 6eb4891

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
@@ -102,6 +102,9 @@ const (
102102

103103
// SubscriptionInstallPlanFailed indicates that the installation of a Subscription's InstallPlan has failed.
104104
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"
105108
)
106109

107110
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)