1.0 KiB
1.0 KiB
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] |