Skip to content

Commit b305642

Browse files
author
Chao Xu
committed
adding groups
1 parent 4c2d129 commit b305642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/update-api-reference-docs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ OUTPUT_TMP="${KUBE_ROOT}/${TMP_SUBPATH}"
4040

4141
echo "Generating api reference docs at ${OUTPUT_TMP}"
4242

43-
DEFAULT_GROUP_VERSIONS="v1 extensions/v1beta1"
43+
DEFAULT_GROUP_VERSIONS="v1 extensions/v1beta1 batch/v1 autoscaling/v1"
4444
VERSIONS=${VERSIONS:-$DEFAULT_GROUP_VERSIONS}
4545
for ver in $VERSIONS; do
4646
mkdir -p "${OUTPUT_TMP}/${ver}"

0 commit comments

Comments
 (0)