@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33kind : CustomResourceDefinition
44metadata :
55 annotations :
6- controller-gen.kubebuilder.io/version : v0.15.0
6+ controller-gen.kubebuilder.io/version : v0.16.4
77 name : shovels.rabbitmq.com
88spec :
99 group : rabbitmq.com
@@ -113,9 +113,7 @@ spec:
113113 This field is effectively required, but due to backwards compatibility is
114114 allowed to be empty. Instances of this type with an empty value here are
115115 almost certainly wrong.
116- TODO: Add other useful fields. apiVersion, kind, uid?
117116 More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
118- TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
119117 type : string
120118 type : object
121119 x-kubernetes-map-type : atomic
@@ -171,9 +169,7 @@ spec:
171169 This field is effectively required, but due to backwards compatibility is
172170 allowed to be empty. Instances of this type with an empty value here are
173171 almost certainly wrong.
174- TODO: Add other useful fields. apiVersion, kind, uid?
175172 More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
176- TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
177173 type : string
178174 type : object
179175 x-kubernetes-map-type : atomic
0 commit comments