pkg/api/unversioned related cleanup

This commit is contained in:
hzxuzhonghu
2018-03-13 15:20:06 +08:00
parent 79ee69c27e
commit f12647e16d
5 changed files with 2 additions and 7 deletions

View File

@@ -275,9 +275,6 @@ kube::util::group-version-to-pkg-path() {
meta/v1beta1)
echo "vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1"
;;
unversioned)
echo "pkg/api/unversioned"
;;
*.k8s.io)
echo "pkg/apis/${group_version%.*k8s.io}"
;;