Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.3 KB

V1beta1CustomResourceDefinitionSpec.md

File metadata and controls

15 lines (11 loc) · 1.3 KB

V1beta1CustomResourceDefinitionSpec

Properties

Name Type Description Notes
Group string Group is the group this resource belongs in [default to null]
Names *V1beta1CustomResourceDefinitionNames Names are the names used to describe this custom resource [default to null]
Scope string Scope indicates whether this resource is cluster or namespace scoped. Default is namespaced [default to null]
Subresources *V1beta1CustomResourceSubresources 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] [default to null]
Validation *V1beta1CustomResourceValidation Validation describes the validation methods for CustomResources [optional] [default to null]
Version string Version is the version this resource belongs in [default to null]

[Back to Model list] [Back to API list] [Back to README]