Skip to content

Commit

Permalink
Install clientSet code generator tool in make generate-client-set
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunyiLyu committed Apr 7, 2021
1 parent 5a216ca commit 8a6df3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ generate: install-tools api-reference
controller-gen object:headerFile="hack/NOTICE.go.txt" paths="./..."

generate-client-set:
# This one just needs to be fetched and not installed, get & mod so it ends up in the right place.
# Note we grep it out above, and just do a go get & go mod for it.
go get -d k8s.io/code-generator
go mod vendor
./hack/update-codegen.sh

check-env-docker-credentials: check-env-registry-server
Expand Down

0 comments on commit 8a6df3b

Please sign in to comment.