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

Add import restrictions for cloud-provider
This commit is contained in:
k8s-ci-robot 2018-10-23 12:29:29 -07:00 committed by GitHub
commit eef8154833
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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)