Merge pull request #73148 from liggitt/remove-deprecated-swagger-paths

remove deprecated openapi paths in favor of /openapi/v2
This commit is contained in:
Kubernetes Prow Robot
2019-01-23 22:06:21 -08:00
committed by GitHub
8 changed files with 10 additions and 42 deletions

View File

@@ -83,7 +83,7 @@ fi
kube::log::status "Updating " ${OPENAPI_ROOT_DIR}
curl -w "\n" -fs "${API_HOST}:${API_PORT}/swagger.json" > "${OPENAPI_ROOT_DIR}/swagger.json"
curl -w "\n" -fs "${API_HOST}:${API_PORT}/openapi/v2" > "${OPENAPI_ROOT_DIR}/swagger.json"
kube::log::status "SUCCESS"