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.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String[] value  
    • Element Detail

      • value

        String[] value
        Returns:
        the categories this Custom Resource belongs to.
        Default:
        {}