Skip to content

Commit

Permalink
type(sub): Add ResolutionFailed condition type for subscription (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
anik120 authored Jul 21, 2021
1 parent da18627 commit a3fa2bd
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 @@ -102,6 +102,9 @@ const (

// SubscriptionInstallPlanFailed indicates that the installation of a Subscription's InstallPlan has failed.
SubscriptionInstallPlanFailed SubscriptionConditionType = "InstallPlanFailed"

// SubscriptionResolutionFailed indicates that the dependency resolution in the namespace in which the subscription is created has failed
SubscriptionResolutionFailed SubscriptionConditionType = "ResolutionFailed"
)

const (
Expand Down

0 comments on commit a3fa2bd

Please sign in to comment.