We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e1a817 commit 2770864Copy full SHA for 2770864
pkg/operators/v1alpha1/clusterserviceversion_types.go
@@ -365,7 +365,7 @@ const (
365
CSVReasonInterOperatorGroupOwnerConflict ConditionReason = "InterOperatorGroupOwnerConflict"
366
CSVReasonCannotModifyStaticOperatorGroupProvidedAPIs ConditionReason = "CannotModifyStaticOperatorGroupProvidedAPIs"
367
CSVReasonDetectedClusterChange ConditionReason = "DetectedClusterChange"
368
- CSVReasonUnsupportedWebhookRules ConditionReason = "UnsupportedWebhookRules"
+ CSVReasonInvalidWebhookDescription ConditionReason = "InvalidWebhookDescription"
369
)
370
371
// HasCaResources returns true if the CSV has owned APIServices or Webhooks.
0 commit comments