You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[kustomize.common.kubebuilder.io/v1](kustomize-v1.md)|`kustomize/v1`| Responsible for scaffold all manifests to configure the projects with [kustomize(v3)][kustomize]. (create and update the `config/` directory). This plugin is used in the composition to create the plugin (`go/v3`).|
19
-
|[kustomize.common.kubebuilder.io/v2-alpha](kustomize-v2-alpha.md)|`kustomize/v2-alpha`| It has the same purpose of `kustomize/v1`. However, it works with [kustomize][kustomize] version `v4` and addresses the required changes for future kustomize configurations. It will probably be used with the future `go/v4-alpha` plugin. |
20
-
|`base.go.kubebuilder.io/v3`|`base/v3`| Responsible for scaffold all files which specific requires Golang. This plugin is used in the composition to create the plugin (`go/v3`) |
21
-
|`base.go.kubebuilder.io/v4-alpha`|`base/v3-alpha`| Responsible for scaffolding all files which specifically requires Golang. This plugin is used in the composition to create the plugin (`go/v4-alpha`) |
|[kustomize.common.kubebuilder.io/v1](https://github.com/kubernetes-sigs/kubebuilder/pull/3235/kustomize-v1.md)|kustomize/v1 (Deprecated) | Responsible for scaffolding all manifests to configure projects with [kustomize(v3)][kustomize]. (create and update the `config/` directory). This plugin is used in the composition to create the plugin (`go/v3`). |
19
+
|[kustomize.common.kubebuilder.io/v2-alpha](kustomize-v2-alpha.md)|`kustomize/v2-alpha`| It has the same purpose as of `kustomize/v1`. However, it works with [kustomize][kustomize] version `v4` and addresses the required changes for future kustomize configurations. It will probably be used with the future `go/v4-alpha` plugin. |
20
+
|`base.go.kubebuilder.io/v3`|`base/v3`| Responsible for scaffolding all files that specifically require Golang. This plugin is used in composition to create the plugin (`go/v3`) |
21
+
|`base.go.kubebuilder.io/v4-alpha`|`base/v3-alpha`| Responsible for scaffolding all files which specifically requires Golang. This plugin is used in the composition to create the plugin (`go/v4-alpha`) |
0 commit comments