shortNames property

List<String>? shortNames
final

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.

Implementation

final List<String>? shortNames;