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 Node-level Checkpointing manager 2018-04-16 00:19:42 -04:00
convert_test.go Increment CRI version from v1alpha1 to v1alpha2 2018-02-07 09:06:26 +01:00
doc.go Increment CRI version from v1alpha1 to v1alpha2 2018-02-07 09:06:26 +01:00
docker_checkpoint.go K8s SCTP support implementation for the first pull request 2018-08-27 05:56:27 +00:00
docker_checkpoint_test.go Node-level Checkpointing manager 2018-04-16 00:19:42 -04:00
docker_container.go Move from glog to klog 2018-11-10 07:50:31 -05:00
docker_container_test.go Replace "golang.org/x/net/context" with "context" 2018-03-22 20:57:14 +08:00
docker_image.go Move from glog to klog 2018-11-10 07:50:31 -05:00
docker_image_linux.go Replace "golang.org/x/net/context" with "context" 2018-03-22 20:57:14 +08:00
docker_image_test.go Increment CRI version from v1alpha1 to v1alpha2 2018-02-07 09:06:26 +01:00
docker_image_unsupported.go Replace "golang.org/x/net/context" with "context" 2018-03-22 20:57:14 +08:00
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 Replace "golang.org/x/net/context" with "context" 2018-03-22 20:57:14 +08:00
docker_sandbox.go Move from glog to klog 2018-11-10 07:50:31 -05:00
docker_sandbox_test.go dockershim/sandbox: clean up pod network even if SetUpPod() failed 2018-04-24 11:17:49 -05:00
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 Replace "golang.org/x/net/context" with "context" 2018-03-22 20:57:14 +08:00
docker_stats_unsupported.go Replace "golang.org/x/net/context" with "context" 2018-03-22 20:57:14 +08:00
docker_stats_windows.go Add fs status for Windows containers 2018-05-17 14:22:21 +08:00
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 Change docker/default to runtime/default 2018-04-19 10:39:53 -07:00
helpers_test.go Merge pull request #59317 from CaoShuFeng/assert_Equal 2018-04-17 16:31:17 -07:00
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 Increment CRI version from v1alpha1 to v1alpha2 2018-02-07 09:06:26 +01:00
naming_test.go Increment CRI version from v1alpha1 to v1alpha2 2018-02-07 09:06:26 +01:00
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 Remove unused code 2018-04-30 14:57:26 -04:00
selinux_util_test.go