Update to latest cAdvisor and use data structures directly from cAdvisor

This commit is contained in:
Nan Deng
2014-07-14 14:48:51 -07:00
parent 02ee27c133
commit 8c573ee727
36 changed files with 2456 additions and 895 deletions

3
third_party/deps.sh vendored
View File

@@ -5,6 +5,8 @@ TOP_PACKAGES="
code.google.com/p/goauth2/compute/serviceaccount
code.google.com/p/goauth2/oauth
code.google.com/p/google-api-go-client/compute/v1
github.com/google/cadvisor/info
github.com/google/cadvisor/client
"
DEP_PACKAGES="
@@ -13,7 +15,6 @@ DEP_PACKAGES="
code.google.com/p/google-api-go-client/googleapi
github.com/coreos/go-log/log
github.com/coreos/go-systemd/journal
github.com/google/cadvisor/info
"
PACKAGES="$TOP_PACKAGES $DEP_PACKAGES"