File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ set -o nounset
22
22
set -o pipefail
23
23
24
24
# The openapi-generator version used by this client
25
- export OPENAPI_GENERATOR_COMMIT=" v4.3.0 "
25
+ export OPENAPI_GENERATOR_COMMIT=" v6.2.1 "
26
26
27
27
SCRIPT_ROOT=$( dirname " ${BASH_SOURCE} " )
28
28
CLIENT_ROOT=" ${SCRIPT_ROOT} /../kubernetes"
@@ -52,7 +52,7 @@ echo "export PACKAGE_NAME=\"client\"" >> $SETTING_FILE
52
52
if [[ -z ${GEN_ROOT:- } ]]; then
53
53
GEN_ROOT=" ${TEMP_FOLDER} /gen"
54
54
echo " >>> Cloning gen repo"
55
- git clone --recursive https://github.com/kubernetes-client/gen .git " ${GEN_ROOT} "
55
+ git clone --recursive https://github.com/spacether/gen_kube_client .git " ${GEN_ROOT} "
56
56
else
57
57
echo " >>> Reusing gen repo at ${GEN_ROOT} "
58
58
fi
You can’t perform that action at this time.
0 commit comments