Uses of Class
io.fabric8.crd.generator.annotation.AdditionalPrinterColumn.Type
-
Packages that use AdditionalPrinterColumn.Type Package Description io.fabric8.crd.generator.annotation -
-
Uses of AdditionalPrinterColumn.Type in io.fabric8.crd.generator.annotation
Methods in io.fabric8.crd.generator.annotation that return AdditionalPrinterColumn.Type Modifier and Type Method Description AdditionalPrinterColumn.Typetype()The type of the printer columnstatic AdditionalPrinterColumn.TypeAdditionalPrinterColumn.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static AdditionalPrinterColumn.Type[]AdditionalPrinterColumn.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-