pkg/apis/core: fix code generation

This commit is contained in:
Dr. Stefan Schimanski
2017-10-10 10:25:40 +02:00
parent 33b20f22ee
commit 7e62297b68
6 changed files with 7 additions and 9 deletions

View File

@@ -268,7 +268,7 @@ kube::util::group-version-to-pkg-path() {
case "${group_version}" in
# both group and version are "", this occurs when we generate deep copies for internal objects of the legacy v1 API.
__internal)
echo "pkg/api"
echo "pkg/apis/core"
;;
meta/v1)
echo "vendor/k8s.io/apimachinery/pkg/apis/meta/v1"