mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 18:54:06 +00:00
allow component-helpers to import util and klog
This commit is contained in:
parent
4af91987a9
commit
9861b9e3ea
@ -255,3 +255,5 @@
|
|||||||
- k8s.io/api
|
- k8s.io/api
|
||||||
- k8s.io/apimachinery
|
- k8s.io/apimachinery
|
||||||
- k8s.io/client-go
|
- k8s.io/client-go
|
||||||
|
- k8s.io/klog
|
||||||
|
- k8s.io/utils
|
||||||
|
@ -1368,3 +1368,5 @@ rules:
|
|||||||
branch: master
|
branch: master
|
||||||
- repository: api
|
- repository: api
|
||||||
branch: master
|
branch: master
|
||||||
|
- repository: client-go
|
||||||
|
branch: master
|
||||||
|
Loading…
Reference in New Issue
Block a user