k3s/pkg/kubelet/dockershim
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
..
cm Move from glog to klog 2018-11-10 07:50:31 -05:00
libdocker Move from glog to klog 2018-11-10 07:50:31 -05:00
metrics fix a small typo 2018-09-20 16:04:12 +08:00
network Move from glog to klog 2018-11-10 07:50:31 -05:00
remote Move from glog to klog 2018-11-10 07:50:31 -05:00
BUILD Move from glog to klog 2018-11-10 07:50:31 -05:00
convert.go
convert_test.go
doc.go
docker_checkpoint.go K8s SCTP support implementation for the first pull request 2018-08-27 05:56:27 +00:00
docker_checkpoint_test.go
docker_container.go Move from glog to klog 2018-11-10 07:50:31 -05:00
docker_container_test.go
docker_image.go Move from glog to klog 2018-11-10 07:50:31 -05:00
docker_image_linux.go
docker_image_test.go
docker_image_unsupported.go
docker_image_windows.go Move from glog to klog 2018-11-10 07:50:31 -05:00
docker_legacy_service.go kubelet: plumb context for log requests 2018-08-10 17:35:46 -07:00
docker_logs.go
docker_sandbox.go Move from glog to klog 2018-11-10 07:50:31 -05:00
docker_sandbox_test.go
docker_service.go Move from glog to klog 2018-11-10 07:50:31 -05:00
docker_service_test.go Add dns capabilities to CNI for windows containers 2018-11-01 13:31:45 +08:00
docker_stats_linux.go
docker_stats_unsupported.go
docker_stats_windows.go
docker_streaming.go Move from glog to klog 2018-11-10 07:50:31 -05:00
exec.go Move from glog to klog 2018-11-10 07:50:31 -05:00
helpers.go Move from glog to klog 2018-11-10 07:50:31 -05:00
helpers_linux.go Remove kubelet-level docker shared pid flag 2018-07-22 16:54:44 +02:00
helpers_linux_test.go
helpers_test.go
helpers_unsupported.go Move from glog to klog 2018-11-10 07:50:31 -05:00
helpers_windows.go Move from glog to klog 2018-11-10 07:50:31 -05:00
naming.go
naming_test.go
security_context.go Avoid setting Masked/ReadOnly paths when pod is privileged 2018-09-18 17:46:16 -04:00
security_context_test.go add more ut for runasuser/runasusername 2018-10-30 22:59:11 -07:00
selinux_util.go
selinux_util_test.go