python/kubernetes/docs/V1beta1CustomResourceDefinitionNames.md
2018-03-12 11:11:47 -07:00

1.1 KiB

V1beta1CustomResourceDefinitionNames

Properties

Name Type Description Notes
categories list[str] Categories is a list of grouped resources custom resources belong to (e.g. 'all') [optional]
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]