Swagger doc generation needs to work on meta/v1

This commit is contained in:
Clayton Coleman 2017-01-17 12:26:09 -05:00
parent 9fd9c33264
commit 5a5d31555b
No known key found for this signature in database
GPG Key ID: 3D16906B4F1C5CB3

View File

@ -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"
;;