diff --git a/docs/book/src/migration/multi-group.md b/docs/book/src/migration/multi-group.md index c97e1e2b43d..529e9ee1e12 100644 --- a/docs/book/src/migration/multi-group.md +++ b/docs/book/src/migration/multi-group.md @@ -26,11 +26,11 @@ Let's migrate the [CronJob example][cronjob-tutorial]. The instructions vary depending on the project layout. You can verify the version by looking at the PROJECT file. -The layout go/v3 is deprecated, if you are usign go/v3 it is recommended that you migrate to go/v4. +The layout go/v3 is **deprecated**, if you are using go/v3 it is recommended that you migrate to go/v4. [(More Info)][migration-guide] -

Using Go/v4

+### Using Go/v4 (Default Layout) Generally, we use the prefix for the API group as the directory name. We can check `api/v1/groupversion_info.go` to find that out: @@ -115,7 +115,7 @@ single-group projects). [multi-group-issue]: https://github.com/kubernetes-sigs/kubebuilder/issues/923 "Kubebuilder Issue #923" [cronjob-tutorial]: /cronjob-tutorial/cronjob-tutorial.md "Tutorial: Building CronJob" -

Using Go/v3

+### Using Go/v3 Generally, we use the prefix for the API group as the directory name. We can check `api/v1/groupversion_info.go` to find that out: