We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b039d commit 4fcc6bbCopy full SHA for 4fcc6bb
1 file changed
scripts/update-client.sh
@@ -21,9 +21,6 @@ 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