Automated openapi generation from release-1.30

Signed-off-by: Kubernetes Prow Robot <k8s.ci.robot@gmail.com>
This commit is contained in:
Kubernetes Prow Robot
2024-05-18 13:20:54 +00:00
parent 7387c20126
commit c97b51f36a
285 changed files with 42411 additions and 434 deletions

View File

@@ -8,6 +8,7 @@ Name | Type | Description | Notes
**deprecation_warning** | **char \*** | deprecationWarning overrides the default warning returned to API clients. May only be set when &#x60;deprecated&#x60; is true. The default warning indicates this version is deprecated and recommends use of the newest served version of equal or greater stability, if one exists. | [optional]
**name** | **char \*** | name is the version name, e.g. “v1”, “v2beta1”, etc. The custom resources are served under this version at &#x60;/apis/&lt;group&gt;/&lt;version&gt;/...&#x60; if &#x60;served&#x60; is true. |
**schema** | [**v1_custom_resource_validation_t**](v1_custom_resource_validation.md) \* | | [optional]
**selectable_fields** | [**list_t**](v1_selectable_field.md) \* | selectableFields specifies paths to fields that may be used as field selectors. A maximum of 8 selectable fields are allowed. See https://kubernetes.io/docs/concepts/overview/working-with-objects/field-selectors | [optional]
**served** | **int** | served is a flag enabling/disabling this version from being served via REST APIs |
**storage** | **int** | storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage&#x3D;true. |
**subresources** | [**v1_custom_resource_subresources_t**](v1_custom_resource_subresources.md) \* | | [optional]