kubernetes/pkg/kubelet/stats
Patrik Erdes c47583099c Make the test TestCRIListPodStats pass for Darwin and Windows
GetPodCgroupNameSuffix is only implemented for Linux, which mean
that CPU and Memory stats are only available on Linux.

My fix to make the test pass on other OS:es than Linux
is to just check CPU and Memory stats on Linux.

(This is similar to #57637 which fixed the same problem for the
test TestCadvisorListPodStats.)
2018-04-06 13:07:26 +02:00
..
BUILD Add CPU/Memory pod stats for CRI stats. 2018-02-26 19:29:47 +00:00
cadvisor_stats_provider_test.go Fix TestCadvisorListPodStats failure under mac/darwin 2017-12-26 19:59:50 -05:00
cadvisor_stats_provider.go Add CPU/Memory pod stats for CRI stats. 2018-02-26 19:29:47 +00:00
cri_stats_provider_test.go Make the test TestCRIListPodStats pass for Darwin and Windows 2018-04-06 13:07:26 +02:00
cri_stats_provider.go Add CPU/Memory pod stats for CRI stats. 2018-02-26 19:29:47 +00:00
helper_test.go
helper.go enable on-demand metrics for eviction 2018-01-08 10:20:02 -08:00
log_metrics_provider_test.go Test cases to verify container log stats 2018-02-21 13:01:49 -08:00
log_metrics_provider.go Adding per container stats for CRI runtimes 2018-02-20 19:50:47 -08:00
stats_provider_linux.go Updated PID pressure node condition. 2018-01-14 18:26:00 +08:00
stats_provider_test.go Make eviction manager work with CRI container runtime. 2018-01-30 17:57:46 +00:00
stats_provider_unsupported.go Updated PID pressure node condition. 2018-01-14 18:26:00 +08:00
stats_provider.go Merge pull request #59906 from abhi/log_stats 2018-02-21 19:40:42 -08:00