First of, great tool!
The only issue I have encountered is that the version of controller-gen included in the bazel rules does not have the correct version set.
See:

This results in the following annotation on the generated CRDs:
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: (devel)
Because of this we can't tell which version is used to generate the different CRDs.
First of, great tool!
The only issue I have encountered is that the version of controller-gen included in the bazel rules does not have the correct version set.
See:

This results in the following annotation on the generated CRDs:
Because of this we can't tell which version is used to generate the different CRDs.