Skip to content

Commit

Permalink
Update CRD
Browse files Browse the repository at this point in the history
  • Loading branch information
wpjunior committed Sep 2, 2024
1 parent e5d2f83 commit 8c587d9
Show file tree
Hide file tree
Showing 6 changed files with 8,129 additions and 8,314 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ build/api: build-dirs

.PHONY: build/manager
build/manager: manager

.PHONY: build/plugin/rpaasv2
build/plugin/rpaasv2: build-dirs
go build -o $(GO_BUILD_DIR)/ ./cmd/plugin/rpaasv2
Expand Down Expand Up @@ -102,7 +102,7 @@ controller-gen:
ifeq (, $(shell which controller-gen))
@{ \
set -e ;\
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.7.0 ;\
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.15.0 ;\
}
CONTROLLER_GEN=$(GOBIN)/controller-gen
else
Expand Down
Loading

0 comments on commit 8c587d9

Please sign in to comment.