Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.14 KB

V1beta1CustomResourceDefinitionNames.md

File metadata and controls

15 lines (11 loc) · 1.14 KB

V1beta1CustomResourceDefinitionNames

Properties

Name Type Description Notes
Categories []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.
ListKind 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.
ShortNames []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]

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