@@ -6,7 +6,7 @@ apiVersion: apiextensions.k8s.io/v1
66kind : CustomResourceDefinition
77metadata :
88 annotations :
9- controller-gen.kubebuilder.io/version : v0.14.0
9+ controller-gen.kubebuilder.io/version : v0.16.5
1010 name : workspaces.app.terraform.io
1111spec :
1212 group : app.terraform.io
@@ -155,9 +155,7 @@ spec:
155155 This field is effectively required, but due to backwards compatibility is
156156 allowed to be empty. Instances of this type with an empty value here are
157157 almost certainly wrong.
158- TODO: Add other useful fields. apiVersion, kind, uid?
159158 More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
160- TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
161159 type : string
162160 optional :
163161 description : Specify whether the ConfigMap or its key
@@ -181,9 +179,7 @@ spec:
181179 This field is effectively required, but due to backwards compatibility is
182180 allowed to be empty. Instances of this type with an empty value here are
183181 almost certainly wrong.
184- TODO: Add other useful fields. apiVersion, kind, uid?
185182 More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
186- TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
187183 type : string
188184 optional :
189185 description : Specify whether the Secret or its key must
@@ -616,9 +612,7 @@ spec:
616612 This field is effectively required, but due to backwards compatibility is
617613 allowed to be empty. Instances of this type with an empty value here are
618614 almost certainly wrong.
619- TODO: Add other useful fields. apiVersion, kind, uid?
620615 More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
621- TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
622616 type : string
623617 optional :
624618 description : Specify whether the ConfigMap or its key
@@ -642,9 +636,7 @@ spec:
642636 This field is effectively required, but due to backwards compatibility is
643637 allowed to be empty. Instances of this type with an empty value here are
644638 almost certainly wrong.
645- TODO: Add other useful fields. apiVersion, kind, uid?
646639 More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
647- TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
648640 type : string
649641 optional :
650642 description : Specify whether the Secret or its key must
@@ -686,9 +678,7 @@ spec:
686678 This field is effectively required, but due to backwards compatibility is
687679 allowed to be empty. Instances of this type with an empty value here are
688680 almost certainly wrong.
689- TODO: Add other useful fields. apiVersion, kind, uid?
690681 More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
691- TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
692682 type : string
693683 optional :
694684 description : Specify whether the Secret or its key must be
0 commit comments