CRD-Generator: Change format
in @PrinterColum
to enum
#6455
Labels
component/crd-generator
Related to the CRD generator
Milestone
Is your task related to a problem? Please describe
To align with the upcoming
@AdditionalPrinterColumn
annotation and to make this typesafe, the type offormat
in@PrinterColumn
should be changed to an enum.Describe the solution you'd like
This enum should be shared between
@AdditionalPrinterColumn
and@PrinterColumn
.Describe alternatives you've considered
Phase it out:
formatStrict
, deprecateformat
(with 7.0)format
with enum param, deprecateformatStrict
(with 8.0)formatStrict
(with 9.0)Additional context
First discussed here:
Note that this would be a breaking change.
The text was updated successfully, but these errors were encountered: