change the relative links to definition in operations.html to satisfy the new path set in the kubernetes.io

This commit is contained in:
Chao Xu
2016-05-10 15:02:33 -07:00
parent 849bc29eea
commit f79e28c1aa
7 changed files with 519 additions and 519 deletions

View File

@@ -72,7 +72,7 @@ for ver in $VERSIONS; do
-v "${SWAGGER_PATH}":/swagger-source:z \
-v "${REGISTER_FILE}":/register.go:z \
--net=host -e "https_proxy=${KUBERNETES_HTTPS_PROXY:-}" \
gcr.io/google_containers/gen-swagger-docs:v7 \
gcr.io/google_containers/gen-swagger-docs:v8 \
"${SWAGGER_JSON_NAME}"
done