Skip to content

Commit

Permalink
update kruise dependency to 1.7 (#23)
Browse files Browse the repository at this point in the history
Signed-off-by: Zhen Zhang <furykerry@gmail.com>
  • Loading branch information
furykerry committed Sep 4, 2024
1 parent bc7731f commit 7e4db51
Show file tree
Hide file tree
Showing 46 changed files with 12,399 additions and 2,964 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ generate: controller-gen

CONTROLLER_GEN = $(shell pwd)/bin/controller-gen
controller-gen: ## Download controller-gen locally if necessary.
ifeq ("$(shell $(CONTROLLER_GEN) --version 2> /dev/null)", "Version: v0.11.0")
ifeq ("$(shell $(CONTROLLER_GEN) --version 2> /dev/null)", "Version: v0.14.0")
else
rm -rf $(CONTROLLER_GEN)
$(call go-get-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen@v0.11.0)
$(call go-get-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0)
endif

OPENAPI_GEN = $(shell pwd)/bin/openapi-gen
Expand Down
18 changes: 0 additions & 18 deletions apps/group.go

This file was deleted.

Loading

0 comments on commit 7e4db51

Please sign in to comment.