mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 13:12:20 +00:00
Swagger doc generation needs to work on meta/v1
This commit is contained in:
@@ -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"
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user