kubernetes/pkg/kubelet/stats
Lee Verberne e10042d22f Increment CRI version from v1alpha1 to v1alpha2
This also incorporates the version string into the package name so
that incompatibile versions will fail to connect.

Arbitrary choices:
- The proto3 package name is runtime.v1alpha2. The proto compiler
  normally translates this to a go package of "runtime_v1alpha2", but
  I renamed it to "v1alpha2" for consistency with existing packages.
- kubelet/apis/cri is used as "internalapi". I left it alone and put the
  public "runtimeapi" in kubelet/apis/cri/runtime.
2018-02-07 09:06:26 +01:00
..
BUILD Increment CRI version from v1alpha1 to v1alpha2 2018-02-07 09:06:26 +01:00
cadvisor_stats_provider_test.go Fix TestCadvisorListPodStats failure under mac/darwin 2017-12-26 19:59:50 -05:00
cadvisor_stats_provider.go Make eviction manager work with CRI container runtime. 2018-01-30 17:57:46 +00:00
cri_stats_provider_test.go Increment CRI version from v1alpha1 to v1alpha2 2018-02-07 09:06:26 +01:00
cri_stats_provider.go Increment CRI version from v1alpha1 to v1alpha2 2018-02-07 09:06:26 +01: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 enable on-demand metrics for eviction 2018-01-08 10:20:02 -08:00
stats_provider_test.go Make eviction manager work with CRI container runtime. 2018-01-30 17:57:46 +00:00
stats_provider.go Make eviction manager work with CRI container runtime. 2018-01-30 17:57:46 +00:00