in scripts, experimental/v1alpha1->extensions/v1beta1

This commit is contained in:
Chao Xu
2015-10-09 15:19:13 -07:00
parent c9ad3e20b5
commit cc4ec80ec7
11 changed files with 21 additions and 21 deletions

View File

@@ -56,7 +56,7 @@ EOF
mv "$TMPFILE" "pkg/$(kube::util::group-version-to-pkg-path "${group_version}")/types_swagger_doc_generated.go"
}
GROUP_VERSIONS=(unversioned v1 experimental/v1alpha1)
GROUP_VERSIONS=(unversioned v1 extensions/v1beta1)
# To avoid compile errors, remove the currently existing files.
for group_version in "${GROUP_VERSIONS[@]}"; do
rm -f "pkg/$(kube::util::group-version-to-pkg-path "${group_version}")/types_swagger_doc_generated.go"