controller-tools icon indicating copy to clipboard operation
controller-tools copied to clipboard

Using type intstr.IntOrString remove validation

Open qinqon opened this issue 1 year ago • 6 comments

When you have a type intstr.IntOrString with possible validation:Enum=1,2,"foo","bar" the enum validation is not generated at the crd yaml.

qinqon avatar Jan 08 '24 15:01 qinqon