We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0843e33 commit 470977fCopy full SHA for 470977f
Makefile
@@ -135,7 +135,7 @@ ifeq (, $(shell which controller-gen))
135
CONTROLLER_GEN_TMP_DIR=$$(mktemp -d) ;\
136
cd $$CONTROLLER_GEN_TMP_DIR ;\
137
go mod init tmp ;\
138
- go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0 ;\
+ go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.19.0 ;\
139
rm -rf $$CONTROLLER_GEN_TMP_DIR ;\
140
}
141
CONTROLLER_GEN=$(GOBIN)/controller-gen
0 commit comments