categories property

List<String>? categories
final

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.

Implementation

final List<String>? categories;