update cadvisor godeps to v0.30.0
This commit is contained in:
2
vendor/github.com/google/cadvisor/storage/storage.go
generated
vendored
2
vendor/github.com/google/cadvisor/storage/storage.go
generated
vendored
@@ -22,7 +22,7 @@ import (
|
||||
)
|
||||
|
||||
type StorageDriver interface {
|
||||
AddStats(ref info.ContainerReference, stats *info.ContainerStats) error
|
||||
AddStats(cInfo *info.ContainerInfo, stats *info.ContainerStats) error
|
||||
|
||||
// Close will clear the state of the storage driver. The elements
|
||||
// stored in the underlying storage may or may not be deleted depending
|
||||
|
||||
Reference in New Issue
Block a user