k3s/pkg/kubelet/eviction
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
..
api Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
BUILD Move from glog to klog 2018-11-10 07:50:31 -05:00
OWNERS
doc.go
eviction_manager.go Move from glog to klog 2018-11-10 07:50:31 -05:00
eviction_manager_test.go Update gofmt for go1.11 2018-10-05 12:59:38 -07:00
helpers.go Move from glog to klog 2018-11-10 07:50:31 -05:00
helpers_test.go Add "only_cpu_and_memory" GET parameter to /stats/summary http handler in kubelet. If parameter is true then only cpu and memory will be present in response. The parameter will be used by Metric Server to avoid sending/decoding unneeded data. 2018-09-06 21:49:00 +02:00
memory_threshold_notifier.go Move from glog to klog 2018-11-10 07:50:31 -05:00
memory_threshold_notifier_test.go fix memcg fd leak 2018-06-11 11:37:50 -07:00
mock_threshold_notifier_test.go fix memcg fd leak 2018-06-11 11:37:50 -07:00
threshold_notifier_linux.go Move from glog to klog 2018-11-10 07:50:31 -05:00
threshold_notifier_unsupported.go Move from glog to klog 2018-11-10 07:50:31 -05:00
types.go fix memcg fd leak 2018-06-11 11:37:50 -07:00