Update swagger scripts, (this supplants #14596)

This commit is contained in:
Isaac Hollander McCreery 2015-10-08 16:03:34 -07:00
parent 9c952eec3e
commit ea6c385674
2 changed files with 2 additions and 1 deletions

View File

@ -72,4 +72,4 @@ done
$SED -ri -e "s|(releases.k8s.io)/[^/]+|\1/${NEW_VERSION}|" pkg/api/v[0-9]*/types.go
${KUBE_ROOT}/hack/update-generated-docs.sh
${KUBE_ROOT}/hack/update-swagger-spec.sh
${KUBE_ROOT}/hack/update-generated-swagger-docs.sh

View File

@ -66,3 +66,4 @@ for group_version in "${GROUP_VERSIONS[@]}"; do
done
"${KUBE_ROOT}/hack/update-swagger-spec.sh"
"${KUBE_ROOT}/hack/gen-swagger-doc/run-gen-swagger-docs.sh"