We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ad93a commit 8f0e6d3Copy full SHA for 8f0e6d3
pkg/crd/testdata/cronjob_types.go
@@ -16,7 +16,7 @@ limitations under the License.
16
// TODO(directxman12): test this across both versions (right now we're just
17
// trusting k/k conversion, which is probably fine though)
18
19
-//go:generate ../../../.run-controller-gen.sh crd:ignoreUnexportedFields=true crd:allowDangerousTypes=true paths=./;./deprecated;./unserved output:dir=.
+//go:generate ../../../.run-controller-gen.sh crd:ignoreUnexportedFields=true,allowDangerousTypes=true paths=./;./deprecated;./unserved output:dir=.
20
21
// +groupName=testdata.kubebuilder.io
22
// +versionName=v1
0 commit comments