Bumping k8s dependencies to 1.13

This commit is contained in:
Cheng Xing
2018-11-16 14:08:25 -08:00
parent 305407125c
commit b4c0b68ec7
8002 changed files with 884099 additions and 276228 deletions

9
vendor/k8s.io/klog/glog/README.md generated vendored Normal file
View File

@@ -0,0 +1,9 @@
# glog
This repo contains a package that exposes an API subset of the [glog](https://github.com/golang/glog) package.
All logging state delivered to this package is shunted to the global [klog logger](https://github.com/kubernetes/klog).
This package makes it so we can intercept the calls to glog and redirect them to klog and thus produce
a consistent log for our processes.
This code was inspired by https://github.com/istio/glog/