From 7dfe0749d130c87f1bdbb25e1154dd3e564e89e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan-Luis=20de=20Sousa-Valadas=20Casta=C3=B1o?= Date: Mon, 15 May 2023 17:29:02 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Camila Macedo <7708031+camilamacedo86@users.noreply.github.com> --- docs/book/src/migration/multi-group.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: