Switch generator logic to use pkg/apis/meta/v1

This commit is contained in:
Clayton Coleman
2016-11-27 19:40:49 -05:00
parent 12801e8bbb
commit 138267c876
4 changed files with 4 additions and 4 deletions

View File

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