mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #69554 from nikhita/cloud-provider-import-restrictions
Add import restrictions for cloud-provider
This commit is contained in:
commit
eef8154833
@ -152,3 +152,9 @@
|
||||
- k8s.io/api
|
||||
- k8s.io/apimachinery
|
||||
- k8s.io/cluster-bootstrap
|
||||
|
||||
- baseImportPath: "./vendor/k8s.io/cloud-provider/"
|
||||
allowedImports:
|
||||
- k8s.io/api
|
||||
- k8s.io/apimachinery
|
||||
- k8s.io/client-go
|
||||
|
@ -12,6 +12,7 @@ Repositories currently staged here:
|
||||
- [`k8s.io/apiserver`](https://github.com/kubernetes/apiserver)
|
||||
- [`k8s.io/cli-runtime`](https://github.com/kubernetes/cli-runtime)
|
||||
- [`k8s.io/client-go`](https://github.com/kubernetes/client-go)
|
||||
- [`k8s.io/cloud-provider`](https://github.com/kubernetes/cloud-provider)
|
||||
- [`k8s.io/cluster-bootstrap`](https://github.com/kubernetes/cluster-bootstrap)
|
||||
- [`k8s.io/code-generator`](https://github.com/kubernetes/code-generator)
|
||||
- [`k8s.io/csi-api`](https://github.com/kubernetes/csi-api)
|
||||
|
Loading…
Reference in New Issue
Block a user