Custom Resource Definition Names Args
data class CustomResourceDefinitionNamesArgs(val categories: Output<List<String>>? = null, val kind: Output<String>, val listKind: Output<String>? = null, val plural: Output<String>, val shortNames: Output<List<String>>? = null, val singular: Output<String>? = null) : ConvertibleToJava<CustomResourceDefinitionNamesArgs>
CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
Constructors
Properties
Link copied to clipboard
categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like kubectl get all.
Link copied to clipboard
shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like kubectl get <shortname>. It must be all lowercase.