Annotation Type Categories
-
@Target(TYPE) @Retention(RUNTIME) public @interface Categories
Specifies the categories the annotated Custom Resource belongs to. See https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#categories for more details.
-
-
Element Detail
-
value
String[] value
- Returns:
- the categories this Custom Resource belongs to.
- Default:
- {}
-
-