Schema
objectio.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.WebhookConversion
WebhookConversion describes how to call a conversion webhook
- Source
specs/apis__apiextensions.k8s.io__v1_openapi.json- Revision
9a79c3bd90f7- Active snapshot
2a9112600697
clientConfig
optionalclientConfig is the instructions for how to call the webhook if strategy is `Webhook`.
conversionReviewVersions array
requiredconversionReviewVersions is an ordered list of preferred `ConversionReview` versions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail.