Merge pull request #1431 from roycaihw/pin-openapi-generator

configure the openapi-generator version
This commit is contained in:
Kubernetes Prow Robot 2021-04-26 13:19:17 -07:00 committed by GitHub
commit e2aad06bc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,9 @@ set -o errexit
set -o nounset
set -o pipefail
# The openapi-generator version used by this client
export OPENAPI_GENERATOR_COMMIT="v4.3.0"
SCRIPT_ROOT=$(dirname "${BASH_SOURCE}")
CLIENT_ROOT="${SCRIPT_ROOT}/../kubernetes"
CLIENT_VERSION=$(python "${SCRIPT_ROOT}/constants.py" CLIENT_VERSION)