alias cadvisor/client to cadvisor

cadvisor 0.5.0 changes the package from cadvisor to client.  Which of
course conflicts with our own client.  Alias it back to cadvisor.
This commit is contained in:
Eric Paris 2014-11-16 21:32:58 -05:00
parent 2ab2911856
commit 630acf221c

View File

@ -42,7 +42,7 @@ import (
"github.com/coreos/go-etcd/etcd"
"github.com/fsouza/go-dockerclient"
"github.com/golang/glog"
"github.com/google/cadvisor/client"
cadvisor "github.com/google/cadvisor/client"
)
const defaultRootDir = "/var/lib/kubelet"