Unverified Commit eef81548 authored by k8s-ci-robot's avatar k8s-ci-robot Committed by GitHub

Merge pull request #69554 from nikhita/cloud-provider-import-restrictions

Add import restrictions for cloud-provider
parents 5e8e8dcf 28ecd4f9
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment