Skip to content

Commit

Permalink
adding groups
Browse files Browse the repository at this point in the history
  • Loading branch information
Chao Xu committed Mar 14, 2016
1 parent 4c2d129 commit b305642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/update-api-reference-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ OUTPUT_TMP="${KUBE_ROOT}/${TMP_SUBPATH}"

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

DEFAULT_GROUP_VERSIONS="v1 extensions/v1beta1"
DEFAULT_GROUP_VERSIONS="v1 extensions/v1beta1 batch/v1 autoscaling/v1"
VERSIONS=${VERSIONS:-$DEFAULT_GROUP_VERSIONS}
for ver in $VERSIONS; do
mkdir -p "${OUTPUT_TMP}/${ver}"
Expand Down

0 comments on commit b305642

Please sign in to comment.