From 5a5d31555b3a754e727b7ae96116fcee6bd8ff6b Mon Sep 17 00:00:00 2001 From: Clayton Coleman Date: Tue, 17 Jan 2017 12:26:09 -0500 Subject: [PATCH] Swagger doc generation needs to work on meta/v1 --- hack/lib/util.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hack/lib/util.sh b/hack/lib/util.sh index 2ef23f0f63b..ea0e4f959ea 100755 --- a/hack/lib/util.sh +++ b/hack/lib/util.sh @@ -324,6 +324,9 @@ kube::util::group-version-to-pkg-path() { meta/v1) echo "vendor/k8s.io/apimachinery/pkg/apis/meta/v1" ;; + meta/v1) + echo "../vendor/k8s.io/apimachinery/pkg/apis/meta/v1" + ;; unversioned) echo "pkg/api/unversioned" ;;