We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b2607 commit e38e88cCopy full SHA for e38e88c
build/typescript-model/generate.sh
@@ -6,7 +6,7 @@ WORK_DIR=${SCRIPT_DIR}/workdir
6
echo "[INFO] Using the following folder to store all build files ${SCRIPT_DIR}/workdir"
7
mkdir -p $WORK_DIR
8
9
-GEN_REVISION=5c6d90b260fd94af32157f304f971778c899b5e2
+GEN_REVISION=a3aef4de7a1d5dab72021aa282fffd8bc8a022ca
10
11
k8s_client_gen() {
12
[ ! -d $WORK_DIR/gen ] && git clone https://github.com/kubernetes-client/gen.git $WORK_DIR/gen || echo "kubernetes-client/gen is already cloned into $WORK_DIR/gen"
0 commit comments