mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 22:17:14 +00:00
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:
parent
2ab2911856
commit
630acf221c
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user