We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3005ce commit 7309a45Copy full SHA for 7309a45
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