mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-02 22:33:52 +00:00
Update to new cadvisor v0.48.1
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
4
vendor/github.com/google/cadvisor/info/v1/container.go
generated
vendored
4
vendor/github.com/google/cadvisor/info/v1/container.go
generated
vendored
@@ -395,6 +395,10 @@ type MemoryStats struct {
|
||||
|
||||
Failcnt uint64 `json:"failcnt"`
|
||||
|
||||
// Size of kernel memory allocated in bytes.
|
||||
// Units: Bytes.
|
||||
KernelUsage uint64 `json:"kernel"`
|
||||
|
||||
ContainerData MemoryStatsMemoryData `json:"container_data,omitempty"`
|
||||
HierarchicalData MemoryStatsMemoryData `json:"hierarchical_data,omitempty"`
|
||||
}
|
||||
|
||||
1
vendor/github.com/google/cadvisor/info/v2/container.go
generated
vendored
1
vendor/github.com/google/cadvisor/info/v2/container.go
generated
vendored
@@ -25,6 +25,7 @@ import (
|
||||
const (
|
||||
TypeName = "name"
|
||||
TypeDocker = "docker"
|
||||
TypePodman = "podman"
|
||||
)
|
||||
|
||||
type CpuSpec struct {
|
||||
|
||||
Reference in New Issue
Block a user