File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ install-tools:
1515 # This one just needs to be fetched and not installed, get & mod so it ends up in the right place.
1616 # Note we grep it out above, and just do a go get & go mod for it.
1717 go get -d k8s.io/code-generator
18- go mod vendor
1918
2019unit-tests : install-tools generate fmt vet manifests # # Run unit tests
2120 ginkgo -r --randomizeAllSpecs api/ internal/
8584# Generate code & docs
8685generate : install-tools api-reference
8786 controller-gen object:headerFile=" hack/NOTICE.go.txt" paths=" ./..."
87+
88+ generate-client-set :
8889 ./hack/update-codegen.sh
8990
9091check-env-docker-credentials : check-env-registry-server
Original file line number Diff line number Diff line change 11This closes #
22
33** Note to reviewers:** remember to look at the commits in this PR and consider if they can be squashed
4+ ** Note to contributors:** remember to re-generate client set if there are any API changes
45
56## Summary Of Changes
67
You can’t perform that action at this time.
0 commit comments