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

pull/564/head
Andrew Kim 2019-01-24 14:49:59 -05:00
parent 93b086f6ea
commit aab0ea4e41
1 changed files with 2 additions and 0 deletions

View File

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