Commit aab0ea4e authored by Andrew Kim's avatar Andrew Kim

allow k8s.io/utils in client-go import restrictions

parent 93b086f6
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
- k8s.io/apimachinery - k8s.io/apimachinery
- k8s.io/client-go - k8s.io/client-go
- k8s.io/klog - k8s.io/klog
- k8s.io/utils
# prevent core machinery from taking explicit v1 references unless # prevent core machinery from taking explicit v1 references unless
# necessary # necessary
...@@ -84,6 +85,7 @@ ...@@ -84,6 +85,7 @@
- k8s.io/apimachinery - k8s.io/apimachinery
- k8s.io/client-go - k8s.io/client-go
- k8s.io/klog - k8s.io/klog
- k8s.io/utils
- baseImportPath: "./vendor/k8s.io/apiserver/" - baseImportPath: "./vendor/k8s.io/apiserver/"
allowedImports: allowedImports:
......
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