k3s/pkg/kubelet/cadvisor
Victor Marmol ab3c9de34b Refactoring cAdvisor interface into a package.
This will make it easier to start running the real cAdvisor alongside
Kubelet. This change is primarily no-op refactoring. The main behavioral
change is that we always create a cAdvisor interface and expect it to
always be available. When we make a request, if cAdvisor is not
connected the request fails with a connection error. This failure is
handled today as well.
2015-03-09 11:19:05 -07:00
..
cadvisor.go Refactoring cAdvisor interface into a package. 2015-03-09 11:19:05 -07:00
cadvisor_mock.go Refactoring cAdvisor interface into a package. 2015-03-09 11:19:05 -07:00
doc.go Refactoring cAdvisor interface into a package. 2015-03-09 11:19:05 -07:00
types.go Refactoring cAdvisor interface into a package. 2015-03-09 11:19:05 -07:00