You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Discovered by unit testing. IdentityRef annotated with +k8s:conversion-gen=false, possibly because it was new in v1alpha4 and we wanted to ignore it when converting from v1alpha3. However, we don't want to ignore it when converting to v1beta1, but it is still ignored.
The text was updated successfully, but these errors were encountered:
I added the annotation in #937 because of the conversion from v1alpha3 to v1alpha4, that's true.
But indeed we don't want to ignore the conversion to v1beta1 👍🏻
/kind bug
Discovered by unit testing. IdentityRef annotated with
+k8s:conversion-gen=false
, possibly because it was new in v1alpha4 and we wanted to ignore it when converting from v1alpha3. However, we don't want to ignore it when converting to v1beta1, but it is still ignored.The text was updated successfully, but these errors were encountered: