kubernetes/pkg/kubelet/stats
Yu-Ju Hong 42398825ed Move the kubelet network package down to dockershim
With CRI, kubelet no longer sets up networking for the pods. The
dockershim package is the rightful owner and the only user of the
newtork package. This change moves the package into dockershim to make
the distinction obvious, and untangles the codebase.

The`network/dns`is kept in the original package since it is only used by
kubelet.
2018-04-11 09:25:56 -07:00
..
BUILD Remove the workaround of heapster panic 2018-04-09 09:43:39 +08: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 Move check and import 2018-04-10 11:55:46 +02:00
cri_stats_provider.go Remove the workaround of heapster panic 2018-04-09 09:43:39 +08:00
helper_test.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
helper.go Move the kubelet network package down to dockershim 2018-04-11 09:25:56 -07: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