We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61547af + 0608bcf commit cee94f1Copy full SHA for cee94f1
pkg/operators/v1alpha1/clusterserviceversion_types.go
@@ -162,6 +162,8 @@ const (
162
ValidatingAdmissionWebhook WebhookAdmissionType = "ValidatingAdmissionWebhook"
163
// MutatingAdmissionWebhook is for mutating admission webhooks
164
MutatingAdmissionWebhook WebhookAdmissionType = "MutatingAdmissionWebhook"
165
+ // ConversionWebhook is for conversion webhooks
166
+ ConversionWebhook WebhookAdmissionType = "ConversionWebhook"
167
)
168
169
// WebhookDescription provides details to OLM about required webhooks
0 commit comments