Automated openapi generation from release-1.30
Signed-off-by: Kubernetes Prow Robot <k8s.ci.robot@gmail.com>
This commit is contained in:
@@ -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 `deprecated` 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 `/apis/<group>/<version>/...` if `served` 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=true. |
|
||||
**subresources** | [**v1_custom_resource_subresources_t**](v1_custom_resource_subresources.md) \* | | [optional]
|
||||
|
||||
Reference in New Issue
Block a user