Skip to content

Commit 9e633b0

Browse files
authored
docs: Update go tutorial (#6832)
Signed-off-by: Gonçalo Montalvão Marques <9379664+gonmmarques@users.noreply.github.com>
1 parent 819984d commit 9e633b0

File tree

1 file changed

+2
-2
lines changed
  • website/content/en/docs/building-operators/golang

1 file changed

+2
-2
lines changed

website/content/en/docs/building-operators/golang/tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ internally to version your Kubernetes resources and are thus used for many thing
4444
name your domain to group your resource types in meaningful group(s) for ease of understanding and because these
4545
groups determine how access can be controlled to your resource types using RBAC. For more information, see [the core Kubernetes docs](https://kubernetes.io/docs/reference/using-api/#api-groups) and [the Kubebuilder docs](https://book.kubebuilder.io/cronjob-tutorial/gvks.html).
4646

47-
**Note** If your local environment is Apple Silicon (`darwin/arm64`) use the `go/v4-alpha`
48-
plugin which provides support for this platform by adding to the init subCommand the flag `--plugins=go/v4-alpha`
47+
**Note** If your local environment is Apple Silicon (`darwin/arm64`) use the `go/v4`
48+
plugin which provides support for this platform by adding to the init subCommand the flag `--plugins=go/v4`
4949

5050
To learn about the project directory structure, see [Kubebuilder project layout][kubebuilder_layout_doc] doc.
5151

0 commit comments

Comments
 (0)