Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Camila Macedo <7708031+camilamacedo86@users.noreply.github.com>
  • Loading branch information
juanluisvaladas and camilamacedo86 committed May 15, 2023
1 parent 13f8714 commit 7dfe074
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/book/src/migration/multi-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

</aside>

<h1>Using Go/v4</h1>
### 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:
Expand Down Expand Up @@ -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"

<h1>Using Go/v3</h1>
### 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:
Expand Down

0 comments on commit 7dfe074

Please sign in to comment.