Adding update-federation-generated-swagger-docs to generate comment funcs for federation gvs

This commit is contained in:
nikhiljindal
2016-08-30 14:15:21 -07:00
parent 1dfd6ab0c1
commit a954ff18e6
14 changed files with 400 additions and 59 deletions

View File

@@ -24,7 +24,8 @@ set -o pipefail
cat << __EOF__
Note: This assumes that the 'types_swagger_doc_generated.go' file has been
updated for all API group versions. If you are unsure, please run
hack/update-generated-swagger-docs.sh first.
hack/update-generated-swagger-docs.sh and
hack/update-federation-generated-swagger-docs.sh first.
__EOF__
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..