mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 18:00:08 +00:00
Merge pull request #22956 from caesarxuchao/generate-api-docs
Auto commit by PR queue bot
This commit is contained in:
commit
e290a10dbc
1137
docs/api-reference/autoscaling/v1/definitions.html
Executable file
1137
docs/api-reference/autoscaling/v1/definitions.html
Executable file
File diff suppressed because it is too large
Load Diff
2069
docs/api-reference/autoscaling/v1/operations.html
Executable file
2069
docs/api-reference/autoscaling/v1/operations.html
Executable file
File diff suppressed because it is too large
Load Diff
3779
docs/api-reference/batch/v1/definitions.html
Executable file
3779
docs/api-reference/batch/v1/definitions.html
Executable file
File diff suppressed because it is too large
Load Diff
2069
docs/api-reference/batch/v1/operations.html
Executable file
2069
docs/api-reference/batch/v1/operations.html
Executable file
File diff suppressed because it is too large
Load Diff
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user