Skip to content

Commit

Permalink
Fix wrong paths in multi-group migratig doc
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Orive Oneca <[email protected]>
  • Loading branch information
Adirio committed Jan 26, 2020
1 parent d98c4cb commit db66ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/migration/multi-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Note that this option indicates to KubeBuilder that this is a multi-group projec
In this way, if the project is not new and has previous APIs already implemented will be in the previous structure.
Notice that with the `multi-group` project the Kind API's files are
created under `apis/<group>/<version>` instead of `api/<version>`.
Also, note that the controllers will be created under `pkg/controllers/<group>` instead of `pkg/controllers`.
Also, note that the controllers will be created under `controllers/<group>` instead of `controllers`.
That is the reason why we moved the previously generated APIs with the provided scripts in the previous steps.
Remember to update the references afterwards.

Expand Down

0 comments on commit db66ebd

Please sign in to comment.