Skip to content

Commit c9c1252

Browse files
committed
Upgrade controller tools and regenerate
1 parent f1fc11b commit c9c1252

File tree

3 files changed

+3703
-900
lines changed

3 files changed

+3703
-900
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ ifeq (, $(shell which controller-gen))
9191
CONTROLLER_GEN_TMP_DIR=$$(mktemp -d) ;\
9292
cd $$CONTROLLER_GEN_TMP_DIR ;\
9393
go mod init tmp ;\
94-
go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.5.0 ;\
94+
go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.6.0 ;\
9595
rm -rf $$CONTROLLER_GEN_TMP_DIR ;\
9696
}
9797
CONTROLLER_GEN=$(GOBIN)/controller-gen

api/v1alpha1/zz_generated.deepcopy.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)