k3s/pkg/kubelet/cm/cpumanager
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
..
state Move from glog to klog 2018-11-10 07:50:31 -05:00
topology 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
OWNERS
cpu_assignment.go Move from glog to klog 2018-11-10 07:50:31 -05:00
cpu_assignment_test.go Add tests for the static cpumanager policy. 2017-09-04 07:24:59 -07:00
cpu_manager.go Move from glog to klog 2018-11-10 07:50:31 -05:00
cpu_manager_test.go cpumanager: rollback state if updateContainerCPUSet failed 2018-08-17 18:08:58 +08:00
fake_cpu_manager.go Move from glog to klog 2018-11-10 07:50:31 -05:00
policy.go Cpu manager reconclie loop can restore state 2017-11-27 11:22:21 +01:00
policy_none.go Move from glog to klog 2018-11-10 07:50:31 -05:00
policy_none_test.go Added Cpu Manager file state 2017-10-26 20:03:17 +02:00
policy_static.go Move from glog to klog 2018-11-10 07:50:31 -05:00
policy_static_test.go cpumanager: add test for available CPUs in static policy. 2018-07-31 10:20:37 +03:00
policy_test.go Added large topology tests for static policy in CPU Manager. 2017-09-06 13:15:22 -07:00