Merge pull request #1431 from roycaihw/pin-openapi-generator
configure the openapi-generator version
This commit is contained in:
commit
e2aad06bc4
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user