We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fae7285 commit 57011daCopy full SHA for 57011da
hack/update-api-reference-docs.sh
@@ -71,6 +71,7 @@ for ver in $VERSIONS; do
71
--rm -v "${TMP_IN_HOST}":/output:z \
72
-v "${SWAGGER_PATH}":/swagger-source:z \
73
-v "${REGISTER_FILE}":/register.go:z \
74
+ --net=host -e "https_proxy=${KUBERNETES_HTTPS_PROXY:-}" \
75
gcr.io/google_containers/gen-swagger-docs:v6 \
76
"${SWAGGER_JSON_NAME}"
77
done
0 commit comments