We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3005ce + 7309a45 commit e2aad06Copy full SHA for e2aad06
1 file changed
scripts/update-client.sh
@@ -21,6 +21,9 @@ set -o errexit
21
set -o nounset
22
set -o pipefail
23
24
+# The openapi-generator version used by this client
25
+export OPENAPI_GENERATOR_COMMIT="v4.3.0"
26
+
27
SCRIPT_ROOT=$(dirname "${BASH_SOURCE}")
28
CLIENT_ROOT="${SCRIPT_ROOT}/../kubernetes"
29
CLIENT_VERSION=$(python "${SCRIPT_ROOT}/constants.py" CLIENT_VERSION)
0 commit comments