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 c7a28a2 commit 79db6e9Copy full SHA for 79db6e9
docs/book/src/reference/generating-crd.md
@@ -179,7 +179,7 @@ doing.
179
Each controller-gen "generator" is controlled by an option to
180
controller-gen, using the same syntax as markers. For instance, to
181
generate CRDs with "trivial versions" (no version conversion webhooks), we
182
-call `controller-gen crd:trivialVersions=false paths=./api/...`.
+call `controller-gen crd:trivialVersions=true paths=./api/...`.
183
184
controller-gen also supports different output "rules" to controller how
185
and where output goes. Notice the `manifests` make rule (condensed
0 commit comments