Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.24 KB

V1beta1CustomResourceDefinitionNames.md

File metadata and controls

15 lines (11 loc) · 1.24 KB

V1beta1CustomResourceDefinitionNames

Properties

Name Type Description Notes
Categories []string Categories is a list of grouped resources custom resources belong to (e.g. 'all') [optional] [default to null]
Kind string Kind is the serialized kind of the resource. It is normally CamelCase and singular. [default to null]
ListKind string ListKind is the serialized kind of the list for this resource. Defaults to <kind>List. [optional] [default to null]
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. [default to null]
ShortNames []string ShortNames are short names for the resource. It must be all lowercase. [optional] [default to null]
Singular string Singular is the singular name of the resource. It must be all lowercase Defaults to lowercased <kind> [optional] [default to null]

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