Annotation Type Group


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface Group
    Allows to specify which API group the annotated class is defined under. Together with Version, 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.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value