1.1 KiB
1.1 KiB
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] |