Merge pull request #38102 from sttts/sttts-federation-openapi-spec-update-all

Automatic merge from submit-queue (batch tested with PRs 37328, 38102, 37261, 31321, 38146)

Add federation-openapi-spec to update-all targets

As `make verify` runs all `hack/verify-*` scripts (with some exceptions), `update-all.sh` should be in sync. It is missing all the federation targets right now, but `verify-federation-openapi-spec.sh` exists. Hence, we add that.

@nikhiljindal @mbohlool what about the other federation update scripts?
This commit is contained in:
Kubernetes Submit Queue 2016-12-05 20:16:49 -08:00 committed by GitHub
commit 25c6914d53

View File

@ -59,7 +59,8 @@ BASH_TARGETS="
swagger-spec
openapi-spec
api-reference-docs
bazel"
bazel
federation-openapi-spec"
# TODO: (caesarxuchao) uncomment after 1.5 code freeze.
# staging-client-go"