mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
Swagger doc generation needs to work on meta/v1
This commit is contained in:
parent
9fd9c33264
commit
5a5d31555b
@ -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"
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user