k3s/pkg/kubelet/kuberuntime
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
..
logs 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
doc.go
fake_kuberuntime_manager.go Merge pull request #68181 from Pingan2017/golint 2018-09-28 01:56:26 -07:00
helpers.go Move from glog to klog 2018-11-10 07:50:31 -05:00
helpers_linux.go fix #51135 make CFS quota period configurable, adds a cli flag and config option to kubelet to be able to set cpu.cfs_period and defaults to 100ms as before. 2018-09-01 20:19:59 +02:00
helpers_linux_test.go fix #51135 make CFS quota period configurable, adds a cli flag and config option to kubelet to be able to set cpu.cfs_period and defaults to 100ms as before. 2018-09-01 20:19:59 +02:00
helpers_test.go Promote sysctl annotations to API fields 2018-06-05 23:17:00 +02:00
helpers_unsupported.go Setup windows container config to kubelet CRI 2018-02-28 09:56:41 +08:00
helpers_windows.go Setup windows container config to kubelet CRI 2018-02-28 09:56:41 +08:00
instrumented_services.go Implement RuntimeClass support for the Kubelet & CRI 2018-09-04 13:45:11 -07:00
instrumented_services_test.go fix golint failures - /pkg/kubelet/images 2018-09-17 10:52:25 +08:00
kuberuntime_container.go Move from glog to klog 2018-11-10 07:50:31 -05:00
kuberuntime_container_linux.go fix #51135 make CFS quota period configurable, adds a cli flag and config option to kubelet to be able to set cpu.cfs_period and defaults to 100ms as before. 2018-09-01 20:19:59 +02:00
kuberuntime_container_linux_test.go fix golint failures - /pkg/kubelet/images 2018-09-17 10:52:25 +08:00
kuberuntime_container_test.go fix golint failures - /pkg/kubelet/images 2018-09-17 10:52:25 +08:00
kuberuntime_container_unsupported.go Setup windows container config to kubelet CRI 2018-02-28 09:56:41 +08:00
kuberuntime_container_windows.go Setup windows security context in CRI 2018-06-05 09:27:40 +08:00
kuberuntime_gc.go Move from glog to klog 2018-11-10 07:50:31 -05:00
kuberuntime_gc_test.go Merge pull request #58740 from YuxiJin-tobeyjin/add-ut-for-kuberuntime-gc 2018-04-19 12:27:19 -07:00
kuberuntime_image.go Move from glog to klog 2018-11-10 07:50:31 -05:00
kuberuntime_image_test.go fix golint failures - /pkg/kubelet/images 2018-09-17 10:52:25 +08:00
kuberuntime_logs.go kubelet: plumb context for log requests 2018-08-10 17:35:46 -07:00
kuberuntime_manager.go Move from glog to klog 2018-11-10 07:50:31 -05:00
kuberuntime_manager_test.go Merge pull request #68181 from Pingan2017/golint 2018-09-28 01:56:26 -07:00
kuberuntime_sandbox.go Move from glog to klog 2018-11-10 07:50:31 -05:00
kuberuntime_sandbox_test.go Implement RuntimeClass support for the Kubelet & CRI 2018-09-04 13:45:11 -07:00
labels.go Move from glog to klog 2018-11-10 07:50:31 -05:00
labels_test.go Update gofmt for go1.11 2018-10-05 12:59:38 -07:00
legacy.go fix golint failures - /pkg/kubelet/images 2018-09-17 10:52:25 +08:00
legacy_test.go fix golint failures - /pkg/kubelet/images 2018-09-17 10:52:25 +08:00
security_context.go ProcMount: add api options and feature gate 2018-08-30 11:40:02 -04:00
security_context_test.go security_context_test.go(TestVerifyRunAsNonRoot): add more test cases. 2017-12-20 18:02:52 +01:00