Closed
Description
In the official docs I still see float support: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/, am I wrong?
I am currently hitting this error:
controller-tools/pkg/crd/schema.go
Line 387 in abcf7d8
Error I get is:
unsupported type "float32"
. I expected my field to be parsed and crd to have a field of type number
in the yaml format.