mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-08 14:23:30 +00:00
vendor: cadvisor v0.39.0
Main upgrades: - github.com/opencontainers/runc v1.0.0-rc93 - github.com/containerd/containerd v1.4.4 - github.com/docker/docker v20.10.2 - github.com/mrunalp/fileutils v0.5.0 - github.com/opencontainers/selinux v1.8.0 - github.com/cilium/ebpf v0.2.0
This commit is contained in:
6
vendor/github.com/google/cadvisor/info/v1/container.go
generated
vendored
6
vendor/github.com/google/cadvisor/info/v1/container.go
generated
vendored
@@ -399,6 +399,10 @@ type MemoryStats struct {
|
||||
HierarchicalData MemoryStatsMemoryData `json:"hierarchical_data,omitempty"`
|
||||
}
|
||||
|
||||
type CPUSetStats struct {
|
||||
MemoryMigrate uint64 `json:"memory_migrate"`
|
||||
}
|
||||
|
||||
type MemoryNumaStats struct {
|
||||
File map[uint8]uint64 `json:"file,omitempty"`
|
||||
Anon map[uint8]uint64 `json:"anon,omitempty"`
|
||||
@@ -957,6 +961,8 @@ type ContainerStats struct {
|
||||
|
||||
// Resource Control (resctrl) statistics
|
||||
Resctrl ResctrlStats `json:"resctrl,omitempty"`
|
||||
|
||||
CpuSet CPUSetStats `json:"cpuset,omitempty"`
|
||||
}
|
||||
|
||||
func timeEq(t1, t2 time.Time, tolerance time.Duration) bool {
|
||||
|
||||
Reference in New Issue
Block a user