File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ install-tools:
15
15
# This one just needs to be fetched and not installed, get & mod so it ends up in the right place.
16
16
# Note we grep it out above, and just do a go get & go mod for it.
17
17
go get -d k8s.io/code-generator
18
- go mod vendor
19
18
20
19
unit-tests : install-tools generate fmt vet manifests # # Run unit tests
21
20
ginkgo -r --randomizeAllSpecs api/ internal/
85
84
# Generate code & docs
86
85
generate : install-tools api-reference
87
86
controller-gen object:headerFile=" hack/NOTICE.go.txt" paths=" ./..."
87
+
88
+ generate-client-set :
88
89
./hack/update-codegen.sh
89
90
90
91
check-env-docker-credentials : check-env-registry-server
Original file line number Diff line number Diff line change 1
1
This closes #
2
2
3
3
** 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
4
5
5
6
## Summary Of Changes
6
7
You can’t perform that action at this time.
0 commit comments