Skip to content

Commit

Permalink
Merge pull request #1005 from gosharplite/master
Browse files Browse the repository at this point in the history
Update generating-crd.md
  • Loading branch information
k8s-ci-robot authored Sep 20, 2019
2 parents c7a28a2 + 79db6e9 commit 6236ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/reference/generating-crd.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ doing.
Each controller-gen "generator" is controlled by an option to
controller-gen, using the same syntax as markers. For instance, to
generate CRDs with "trivial versions" (no version conversion webhooks), we
call `controller-gen crd:trivialVersions=false paths=./api/...`.
call `controller-gen crd:trivialVersions=true paths=./api/...`.

controller-gen also supports different output "rules" to controller how
and where output goes. Notice the `manifests` make rule (condensed
Expand Down

0 comments on commit 6236ac2

Please sign in to comment.