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 91bb491 commit e43ab1eCopy full SHA for e43ab1e
scripts/update-client.sh
@@ -42,6 +42,9 @@ SETTING_FILE="${TEMP_FOLDER}/settings"
42
echo "export KUBERNETES_BRANCH=\"$(python ${SCRIPT_ROOT}/constants.py KUBERNETES_BRANCH)\"" > $SETTING_FILE
43
echo "export CLIENT_VERSION=\"$(python ${SCRIPT_ROOT}/constants.py CLIENT_VERSION)\"" >> $SETTING_FILE
44
echo "export PACKAGE_NAME=\"client\"" >> $SETTING_FILE
45
+# Workaround for https://github.com/kubernetes-client/gen/pull/183.
46
+# The env is required but not used by python client.
47
+echo "export LIBRARY=\"undefined\"" >> $SETTING_FILE
48
49
if [[ -z ${GEN_ROOT:-} ]]; then
50
GEN_ROOT="${TEMP_FOLDER}/gen"
0 commit comments