python/kubernetes/docs/V1beta1CustomResourceDefinitionSpec.md
2018-03-12 11:11:47 -07:00

16 lines
1.2 KiB
Markdown

# V1beta1CustomResourceDefinitionSpec
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**group** | **str** | Group is the group this resource belongs in |
**names** | [**V1beta1CustomResourceDefinitionNames**](V1beta1CustomResourceDefinitionNames.md) | Names are the names used to describe this custom resource |
**scope** | **str** | Scope indicates whether this resource is cluster or namespace scoped. Default is namespaced |
**subresources** | [**V1beta1CustomResourceSubresources**](V1beta1CustomResourceSubresources.md) | Subresources describes the subresources for CustomResources This field is alpha-level and should only be sent to servers that enable subresources via the CustomResourceSubresources feature gate. | [optional]
**validation** | [**V1beta1CustomResourceValidation**](V1beta1CustomResourceValidation.md) | Validation describes the validation methods for CustomResources | [optional]
**version** | **str** | Version is the version this resource belongs in |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)