Skip to content

Commit

Permalink
Merge pull request #65 from awgreene/conversion-webhook
Browse files Browse the repository at this point in the history
Add ConversionWebhook const
  • Loading branch information
kevinrizza authored Sep 17, 2020
2 parents 61547af + 0608bcf commit cee94f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/operators/v1alpha1/clusterserviceversion_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ const (
ValidatingAdmissionWebhook WebhookAdmissionType = "ValidatingAdmissionWebhook"
// MutatingAdmissionWebhook is for mutating admission webhooks
MutatingAdmissionWebhook WebhookAdmissionType = "MutatingAdmissionWebhook"
// ConversionWebhook is for conversion webhooks
ConversionWebhook WebhookAdmissionType = "ConversionWebhook"
)

// WebhookDescription provides details to OLM about required webhooks
Expand Down

0 comments on commit cee94f1

Please sign in to comment.