Annotation Type ShortNames


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface ShortNames
    Specifies which are the short names associated by which instances of the annotated `CustomResource` can be referred to.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String[] value
      The array of possible short names
    • Element Detail

      • value

        String[] value
        The array of possible short names
        Returns:
        possible short names
        Default:
        {}