OpenStackIdentityReference in v1beta is missing minimum length validations on its fields #2137
Labels
kind/bug
Categorizes issue or PR as related to a bug.
lifecycle/rotten
Denotes an issue or PR that has aged beyond stale and will be auto-closed.
/kind bug
v1alpha6 and v1alpha7 both have Minlength=1 on Kind and Name, e.g.:
cluster-api-provider-openstack/api/v1alpha7/identity_types.go
Line 21 in ffe572e
While v1beta1 has Required, it does not have a Minlength, so empty values are permitted:
cluster-api-provider-openstack/api/v1beta1/identity_types.go
Line 21 in ffe572e
The text was updated successfully, but these errors were encountered: