Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.55 KB

V1beta1CustomResourceConversion.md

File metadata and controls

12 lines (8 loc) · 1.55 KB

V1beta1CustomResourceConversion

Properties

Name Type Description Notes
conversion_review_versions list[str] ConversionReviewVersions is an ordered list of preferred `ConversionReview` versions the Webhook expects. API server will try to use first version in the list which it supports. If none of the versions specified in this list supported by API server, conversion will fail for this object. 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. Default to `['v1beta1']`. [optional]
strategy str `strategy` specifies the conversion strategy. Allowed values are: - `None`: The converter only change the apiVersion and would not touch any other field in the CR. - `Webhook`: API Server will call to an external webhook to do the conversion. Additional information is needed for this option.
webhook_client_config ApiextensionsV1beta1WebhookClientConfig `webhookClientConfig` is the instructions for how to call the webhook if strategy is `Webhook`. This field is alpha-level and is only honored by servers that enable the CustomResourceWebhookConversion feature. [optional]

[Back to Model list] [Back to API list] [Back to README]