Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.01 KB

V1beta1CustomResourceDefinitionNames.md

File metadata and controls

13 lines (10 loc) · 1.01 KB

Kubernetes::V1beta1CustomResourceDefinitionNames

Properties

Name Type Description Notes
categories Array<String> Categories is a list of grouped resources custom resources belong to (e.g. 'all') [optional]
kind String Kind is the serialized kind of the resource. It is normally CamelCase and singular.
list_kind String ListKind is the serialized kind of the list for this resource. Defaults to <kind>List. [optional]
plural String Plural is the plural name of the resource to serve. It must match the name of the CustomResourceDefinition-registration too: plural.group and it must be all lowercase.
short_names Array<String> ShortNames are short names for the resource. It must be all lowercase. [optional]
singular String Singular is the singular name of the resource. It must be all lowercase Defaults to lowercased <kind> [optional]