kubernetes/cmd/kubelet
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
..
app Refactoring cAdvisor interface into a package. 2015-03-09 11:19:05 -07:00
kubelet.go move pkg/kubelet/server to cmd/kubelet/app 2015-02-20 08:49:12 -08:00