Annotation Type PrinterColumn

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      PrinterColumnFormat format
      The printer column format.
      String name
      The name of the column.
      int priority
      The printer column priority.
    • Element Detail

      • name

        String name
        The name of the column. An empty column name implies the use of the property name
        Returns:
        the column name, or empty string if the annotated property name should be used.
        Default:
        ""
      • format

        PrinterColumnFormat format
        The printer column format.
        Returns:
        the format or empty string if no format is specified.
        Default:
        io.fabric8.crd.generator.annotation.PrinterColumnFormat.NONE
      • priority

        int priority
        The printer column priority.
        Returns:
        the priority or 0 if no priority is specified.
        Default:
        0