updated cadvisor version
This commit is contained in:
7
vendor/github.com/google/cadvisor/info/v2/container.go
generated
vendored
7
vendor/github.com/google/cadvisor/info/v2/container.go
generated
vendored
@@ -217,8 +217,11 @@ type FsInfo struct {
|
||||
// Labels associated with this filesystem.
|
||||
Labels []string `json:"labels"`
|
||||
|
||||
// Number of available Inodes.
|
||||
InodesFree uint64 `json:"inodes_free"`
|
||||
// Number of Inodes.
|
||||
Inodes *uint64 `json:"inodes,omitempty"`
|
||||
|
||||
// Number of available Inodes (if known)
|
||||
InodesFree *uint64 `json:"inodes_free,omitempty"`
|
||||
}
|
||||
|
||||
type RequestOptions struct {
|
||||
|
Reference in New Issue
Block a user