k3s/pkg/kubelet/dockershim/libdocker
Davanum Srinivas 954996e231
Move from glog to klog
- Move from the old github.com/golang/glog to k8s.io/klog
- klog as explicit InitFlags() so we add them as necessary
- we update the other repositories that we vendor that made a similar
change from glog to klog
  * github.com/kubernetes/repo-infra
  * k8s.io/gengo/
  * k8s.io/kube-openapi/
  * github.com/google/cadvisor
- Entirely remove all references to glog
- Fix some tests by explicit InitFlags in their init() methods

Change-Id: I92db545ff36fcec83afe98f550c9e630098b3135
2018-11-10 07:50:31 -05:00
..
BUILD Move from glog to klog 2018-11-10 07:50:31 -05:00
client.go Move from glog to klog 2018-11-10 07:50:31 -05:00
fake_client.go Fake docker-client assigns random IPs to containers 2018-02-14 14:28:52 +01:00
helpers.go Move from glog to klog 2018-11-10 07:50:31 -05:00
helpers_test.go Normalize RepoTags before checking for match 2017-09-27 20:51:31 -04:00
instrumented_client.go Merge pull request #53297 from x1957/code_format 2017-10-10 11:20:34 -07:00
kube_docker_client.go Move from glog to klog 2018-11-10 07:50:31 -05:00
kube_docker_client_test.go