Skip to content

Commit cee94f1

Browse files
authored
Merge pull request #65 from awgreene/conversion-webhook
Add ConversionWebhook const
2 parents 61547af + 0608bcf commit cee94f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/operators/v1alpha1/clusterserviceversion_types.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ const (
162162
ValidatingAdmissionWebhook WebhookAdmissionType = "ValidatingAdmissionWebhook"
163163
// MutatingAdmissionWebhook is for mutating admission webhooks
164164
MutatingAdmissionWebhook WebhookAdmissionType = "MutatingAdmissionWebhook"
165+
// ConversionWebhook is for conversion webhooks
166+
ConversionWebhook WebhookAdmissionType = "ConversionWebhook"
165167
)
166168

167169
// WebhookDescription provides details to OLM about required webhooks

0 commit comments

Comments
 (0)