mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Fix allowed imports for kube-openapi
This commit is contained in:
parent
b15c2130aa
commit
ffed59d168
@ -168,10 +168,10 @@
|
|||||||
|
|
||||||
- baseImportPath: "./vendor/k8s.io/kube-openapi/"
|
- baseImportPath: "./vendor/k8s.io/kube-openapi/"
|
||||||
allowedImports:
|
allowedImports:
|
||||||
- k8s.io/apimachinery
|
|
||||||
- k8s.io/kube-openapi
|
- k8s.io/kube-openapi
|
||||||
- k8s.io/gengo
|
- k8s.io/gengo
|
||||||
- k8s.io/klog
|
- k8s.io/klog
|
||||||
|
- k8s.io/utils
|
||||||
|
|
||||||
- baseImportPath: "./vendor/k8s.io/sample-cli-plugin/"
|
- baseImportPath: "./vendor/k8s.io/sample-cli-plugin/"
|
||||||
allowedImports:
|
allowedImports:
|
||||||
|
Loading…
Reference in New Issue
Block a user