Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1 KB

V1beta1CustomResourceConversion.md

File metadata and controls

11 lines (7 loc) · 1 KB

V1beta1CustomResourceConversion

Properties

Name Type Description Notes
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]