Swagger doc generation needs to work on meta/v1

parent 9fd9c332
...@@ -324,6 +324,9 @@ kube::util::group-version-to-pkg-path() { ...@@ -324,6 +324,9 @@ kube::util::group-version-to-pkg-path() {
meta/v1) meta/v1)
echo "vendor/k8s.io/apimachinery/pkg/apis/meta/v1" echo "vendor/k8s.io/apimachinery/pkg/apis/meta/v1"
;; ;;
meta/v1)
echo "../vendor/k8s.io/apimachinery/pkg/apis/meta/v1"
;;
unversioned) unversioned)
echo "pkg/api/unversioned" echo "pkg/api/unversioned"
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment