Annotation Type Group
-
@Target(TYPE) @Retention(RUNTIME) public @interface Group
Allows to specify which API group the annotated class is defined under. Together withVersion
, this allows to determine the `apiVersion` field associated with the annotated resource. See https://kubernetes.io/docs/reference/using-api/#api-groups for more details.
-
-
Element Detail
-
value
String value
-
-