Merge pull request #45861 from nikhiljindal/updateScripts

Automatic merge from submit-queue (batch tested with PRs 45664, 45861)

Add update-federation-* scripts to update-all.sh

This is to ensure that `make verify` succeeds after running `update-all.sh`

Fixes https://github.com/kubernetes/kubernetes/issues/45853
This commit is contained in:
Kubernetes Submit Queue 2017-05-15 21:08:50 -07:00 committed by GitHub
commit e793f37225

View File

@ -70,6 +70,9 @@ BASH_TARGETS="
update-openapi-spec
update-api-reference-docs
update-federation-openapi-spec
update-federation-swagger-spec
update-federation-generated-swagger-docs
update-federation-api-reference-docs
update-staging-client-go
update-staging-godeps
update-bazel"