File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
pkg/plugins/golang/v3/scaffolds Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -37,16 +37,6 @@ const (
37
37
ControllerRuntimeVersion = "v0.12.1"
38
38
// ControllerToolsVersion is the kubernetes-sigs/controller-tools version to be used in the project
39
39
ControllerToolsVersion = "v0.9.0"
40
- // KustomizeVersion is the kubernetes-sigs/kustomize version to be used in the project
41
- // @Deprecated. This information ought to come from kustomize plugin
42
- // Note that by updating the following value nothing will change for the go/3 plugin
43
- // it is no longer used and it was not removed only because it would be a breaking
44
- // change for the API. (api-diff check)
45
- //
46
- // NOTE: If you want to update the kustomize version used by this plugin
47
- // then you need to update it in pkg/plugins/common/kustomize/v1/plugin.go
48
- // Todo: we should remove it for the next go/v4 plugin
49
- KustomizeVersion = "v3.8.7"
50
40
51
41
imageName = "controller:latest"
52
42
)
You can’t perform that action at this time.
0 commit comments