default LIBRARY to okhttp-gson (#187)

This commit is contained in:
Haowei Cai (Roy)
2021-04-13 09:29:11 -07:00
committed by GitHub
parent ccaea56988
commit 7e78f11710

View File

@@ -51,6 +51,8 @@ kubeclient::generator::generate_client() {
HIDE_GENERATION_TIMESTAMP="${HIDE_GENERATION_TIMESTAMP:-false}"
USERNAME="${USERNAME:-kubernetes}"
REPOSITORY="${REPOSITORY:-kubernetes}"
# LIBRARY is used by Java client generation.
LIBRARY="${LIBRARY:-okhttp-gson}"
local output_dir=$1
pushd "${output_dir}" > /dev/null