Commit 710c8406 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #36160 from kargakis/make-update

Automatic merge from submit-queue Add make update to update most generated stuff Closes https://github.com/kubernetes/kubernetes/issues/24737 @ixdy ptal
parents 6ac5887e 2bc5f452
...@@ -99,6 +99,14 @@ verify: ...@@ -99,6 +99,14 @@ verify:
KUBE_VERIFY_GIT_BRANCH=$(BRANCH) hack/make-rules/verify.sh -v KUBE_VERIFY_GIT_BRANCH=$(BRANCH) hack/make-rules/verify.sh -v
hack/make-rules/vet.sh hack/make-rules/vet.sh
# Runs all the generated updates.
#
# Example:
# make update
.PHONY: update
update:
hack/update-all.sh
# Build and run tests. # Build and run tests.
# #
# Args: # Args:
......
...@@ -58,7 +58,8 @@ BASH_TARGETS=" ...@@ -58,7 +58,8 @@ BASH_TARGETS="
generated-swagger-docs generated-swagger-docs
swagger-spec swagger-spec
openapi-spec openapi-spec
api-reference-docs" api-reference-docs
bazel"
# TODO: (caesarxuchao) uncomment after 1.5 code freeze. # TODO: (caesarxuchao) uncomment after 1.5 code freeze.
# staging-client-go" # staging-client-go"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment