kubernetes/pkg/kubelet/server/stats
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
..
testing Process only CPU and memory stats when Kubelete stats API is called with 2018-09-20 12:35:56 +02:00
BUILD Move from glog to klog 2018-11-10 07:50:31 -05:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
fs_resource_analyzer.go Move from glog to klog 2018-11-10 07:50:31 -05:00
handler.go Move from glog to klog 2018-11-10 07:50:31 -05:00
resource_analyzer.go Change StatsProvider interface to provide container stats from either cadvisor or CRI and implement this interface using cadvisor 2017-08-25 13:11:26 -07:00
summary_sys_containers_windows.go Process only CPU and memory stats when Kubelete stats API is called with 2018-09-20 12:35:56 +02:00
summary_sys_containers.go Move from glog to klog 2018-11-10 07:50:31 -05:00
summary_test.go Process only CPU and memory stats when Kubelete stats API is called with 2018-09-20 12:35:56 +02:00
summary_windows_test.go Add unit tests for windows stats 2018-07-20 13:01:23 +08:00
summary.go Process only CPU and memory stats when Kubelete stats API is called with 2018-09-20 12:35:56 +02:00
volume_stat_calculator_test.go Add Pod-level local ephemeral storage metric in Summary API 2017-11-20 16:32:38 -08:00
volume_stat_calculator.go Move from glog to klog 2018-11-10 07:50:31 -05:00