k3s/pkg/kubelet/cm
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
..
cpumanager Move from glog to klog 2018-11-10 07:50:31 -05:00
cpuset Move from glog to klog 2018-11-10 07:50:31 -05:00
devicemanager Move from glog to klog 2018-11-10 07:50:31 -05:00
util Update to gazelle 0.12.0 and run hack/update-bazel.sh 2018-06-22 16:22:18 -07:00
BUILD Move from glog to klog 2018-11-10 07:50:31 -05:00
OWNERS Add ConnorDoyle as approver in /pkg/kubelet/cm. 2017-12-06 09:05:59 -06:00
cgroup_manager_linux.go Move from glog to klog 2018-11-10 07:50:31 -05:00
cgroup_manager_linux_test.go fix slice sharing bug in cgroup manager 2018-11-05 17:42:42 -08:00
cgroup_manager_test.go Lift embedded structure out of eviction-related KubeletConfiguration fields 2017-11-16 18:35:13 -08:00
cgroup_manager_unsupported.go Use a []string for CgroupName, which is a more accurate internal representation 2018-05-01 08:29:06 -07:00
container_manager.go Updated the device manager pluginwatcher handler 2018-09-06 15:34:46 +02:00
container_manager_linux.go Move from glog to klog 2018-11-10 07:50:31 -05:00
container_manager_linux_test.go Clean up fake mounters. 2018-06-02 15:55:19 +08:00
container_manager_stub.go Move from glog to klog 2018-11-10 07:50:31 -05:00
container_manager_unsupported.go Remove redundant code in container manager. 2017-11-24 03:15:55 -08:00
container_manager_windows.go Move from glog to klog 2018-11-10 07:50:31 -05:00
fake_internal_container_lifecycle.go Un-revert "CPU manager wiring and `none` policy" 2017-09-04 07:24:59 -07:00
helpers.go Enable allocatable support for Windows nodes 2018-10-30 11:17:23 +08: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_unsupported.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
internal_container_lifecycle.go Fixed nil InternalContainerLifecycle in cm stubs. 2017-09-04 07:24:59 -07:00
node_container_manager_linux.go Move from glog to klog 2018-11-10 07:50:31 -05:00
node_container_manager_linux_test.go Enable allocatable support for Windows nodes 2018-10-30 11:17:23 +08:00
pod_container_manager_linux.go Move from glog to klog 2018-11-10 07:50:31 -05:00
pod_container_manager_linux_test.go Apply pod name and namespace labels for pod cgroup for cadvisor metrics 2018-05-07 14:51:12 -04:00
pod_container_manager_stub.go Apply pod name and namespace labels for pod cgroup for cadvisor metrics 2018-05-07 14:51:12 -04:00
pod_container_manager_unsupported.go Remove redundant code in container manager. 2017-11-24 03:15:55 -08:00
qos_container_manager_linux.go Move from glog to klog 2018-11-10 07:50:31 -05:00
types.go Apply pod name and namespace labels for pod cgroup for cadvisor metrics 2018-05-07 14:51:12 -04:00