Update cadvisor dependency

This commit is contained in:
Ron Lai
2016-06-27 18:29:20 -07:00
parent 90f47644f6
commit 4dfff9533b
4 changed files with 88 additions and 84 deletions

View File

@@ -216,6 +216,9 @@ type FsInfo struct {
// Labels associated with this filesystem.
Labels []string `json:"labels"`
// Number of available Inodes.
InodesFree uint64 `json:"inodes_free"`
}
type RequestOptions struct {