Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1021 Bytes

V1beta1CustomResourceDefinitionNames.md

File metadata and controls

14 lines (10 loc) · 1021 Bytes

V1beta1CustomResourceDefinitionNames

Properties

Name Type Description Notes
kind str Kind is the serialized kind of the resource. It is normally CamelCase and singular.
list_kind str ListKind is the serialized kind of the list for this resource. Defaults to <kind>List. [optional]
plural str 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 list[str] ShortNames are short names for the resource. It must be all lowercase. [optional]
singular str 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]