Files
c/kubernetes/docs/v1_custom_resource_conversion.md
Kubernetes Prow Robot f0ac80fb61 Automated openapi generation from release-1.27
Signed-off-by: Kubernetes Prow Robot <k8s.ci.robot@gmail.com>
2023-06-05 02:09:22 +00:00

12 lines
906 B
Markdown

# v1_custom_resource_conversion_t
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**strategy** | **char \*** | strategy specifies how custom resources are converted between versions. Allowed values are: - &#x60;\&quot;None\&quot;&#x60;: The converter only change the apiVersion and would not touch any other field in the custom resource. - &#x60;\&quot;Webhook\&quot;&#x60;: API Server will call to an external webhook to do the conversion. Additional information is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhook to be set. |
**webhook** | [**v1_webhook_conversion_t**](v1_webhook_conversion.md) \* | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)