From 7309a45b77a92db2d4fb5d6e46a26538163c3e79 Mon Sep 17 00:00:00 2001 From: Haowei Cai Date: Mon, 26 Apr 2021 11:51:37 -0700 Subject: [PATCH] configure the openapi-generator version --- scripts/update-client.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/update-client.sh b/scripts/update-client.sh index 506038429..69ede4ecd 100755 --- a/scripts/update-client.sh +++ b/scripts/update-client.sh @@ -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)