mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Add import-restrictions information for staging repos
This commit is contained in:
parent
b9ff23352c
commit
cee855b4e1
@ -126,3 +126,24 @@
|
|||||||
- k8s.io/cli-runtime
|
- k8s.io/cli-runtime
|
||||||
- k8s.io/client-go
|
- k8s.io/client-go
|
||||||
- k8s.io/sample-cli-plugin
|
- k8s.io/sample-cli-plugin
|
||||||
|
|
||||||
|
- baseImportPath: "./vendor/k8s.io/kube-controller-manager/"
|
||||||
|
allowedImports:
|
||||||
|
- k8s.io/apimachinery
|
||||||
|
- k8s.io/apiserver
|
||||||
|
- k8s.io/utils
|
||||||
|
|
||||||
|
- baseImportPath: "./vendor/k8s.io/kube-proxy/"
|
||||||
|
allowedImports:
|
||||||
|
- k8s.io/apimachinery
|
||||||
|
|
||||||
|
- baseImportPath: "./vendor/k8s.io/kube-scheduler/"
|
||||||
|
allowedImports:
|
||||||
|
- k8s.io/apimachinery
|
||||||
|
- k8s.io/apiserver
|
||||||
|
- k8s.io/utils
|
||||||
|
|
||||||
|
- baseImportPath: "./vendor/k8s.io/kubelet/"
|
||||||
|
allowedImports:
|
||||||
|
- k8s.io/api
|
||||||
|
- k8s.io/apimachinery
|
||||||
|
Loading…
Reference in New Issue
Block a user