Promote v1alpha1 meta to v1beta1

No code changes, just renames
This commit is contained in:
Clayton Coleman
2018-01-30 13:30:57 -05:00
parent 49bf442175
commit d07a608607
57 changed files with 457 additions and 460 deletions

View File

@@ -29,7 +29,7 @@ source "${KUBE_ROOT}/hack/lib/swagger.sh"
kube::golang::setup_env
GROUP_VERSIONS=(meta/v1 meta/v1alpha1 ${KUBE_AVAILABLE_GROUP_VERSIONS})
GROUP_VERSIONS=(meta/v1 meta/v1beta1 ${KUBE_AVAILABLE_GROUP_VERSIONS})
# To avoid compile errors, remove the currently existing files.
for group_version in "${GROUP_VERSIONS[@]}"; do