configure the openapi-generator version

This commit is contained in:
Haowei Cai 2021-04-26 11:51:37 -07:00
parent c3005ce1d4
commit 7309a45b77

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)