Skip to content

Commit a3fa2bd

Browse files
authored
type(sub): Add ResolutionFailed condition type for subscription (#138)
1 parent da18627 commit a3fa2bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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 (

0 commit comments

Comments
 (0)