mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-21 01:26:28 +00:00
Only allow importing gengo/v2
The old gengo shouldn't be used any longer. Signed-off-by: Stephen Kitt <skitt@redhat.com>
This commit is contained in:
parent
e954415912
commit
6a11b61066
@ -54,7 +54,7 @@
|
||||
- "./staging/src/k8s.io/code-generator/examples"
|
||||
- "./staging/src/k8s.io/code-generator/cmd/defaulter-gen/output_tests"
|
||||
allowedImports:
|
||||
- k8s.io/gengo
|
||||
- k8s.io/gengo/v2
|
||||
- k8s.io/code-generator
|
||||
- k8s.io/kube-openapi
|
||||
- k8s.io/klog
|
||||
@ -180,7 +180,7 @@
|
||||
- baseImportPath: "./vendor/k8s.io/kube-openapi"
|
||||
allowedImports:
|
||||
- k8s.io/kube-openapi
|
||||
- k8s.io/gengo
|
||||
- k8s.io/gengo/v2
|
||||
- k8s.io/klog
|
||||
- k8s.io/utils
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user