allow component-helpers to import util and klog

This commit is contained in:
Haowei Cai 2020-10-22 13:30:12 -07:00
parent 4af91987a9
commit 9861b9e3ea
2 changed files with 4 additions and 0 deletions

View File

@ -255,3 +255,5 @@
- k8s.io/api
- k8s.io/apimachinery
- k8s.io/client-go
- k8s.io/klog
- k8s.io/utils

View File

@ -1368,3 +1368,5 @@ rules:
branch: master
- repository: api
branch: master
- repository: client-go
branch: master