Update cAdvisor ContainerInfo references to v1 API.

The cAdvisor data structures were versioned recently. We use the v1
versions so this commit makes that explicit.
This commit is contained in:
Victor Marmol
2015-03-06 15:42:06 -08:00
parent 7e97d22e91
commit a35f4374c5
6 changed files with 11 additions and 11 deletions

View File

@@ -25,7 +25,7 @@ import (
"net/http"
"strconv"
"github.com/google/cadvisor/info"
info "github.com/google/cadvisor/info/v1"
)
type ContainerInfoGetter interface {