mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-13 10:39:07 +00:00
Update cadvisor version to latest version
This commit is contained in:
1
vendor/github.com/google/cadvisor/info/v1/docker.go
generated
vendored
1
vendor/github.com/google/cadvisor/info/v1/docker.go
generated
vendored
@@ -17,6 +17,7 @@ package v1
|
||||
|
||||
type DockerStatus struct {
|
||||
Version string `json:"version"`
|
||||
APIVersion string `json:"api_version"`
|
||||
KernelVersion string `json:"kernel_version"`
|
||||
OS string `json:"os"`
|
||||
Hostname string `json:"hostname"`
|
||||
|
3
vendor/github.com/google/cadvisor/info/v1/machine.go
generated
vendored
3
vendor/github.com/google/cadvisor/info/v1/machine.go
generated
vendored
@@ -196,6 +196,9 @@ type VersionInfo struct {
|
||||
// Docker version.
|
||||
DockerVersion string `json:"docker_version"`
|
||||
|
||||
// Docker API Version
|
||||
DockerAPIVersion string `json:"docker_api_version"`
|
||||
|
||||
// cAdvisor version.
|
||||
CadvisorVersion string `json:"cadvisor_version"`
|
||||
// cAdvisor git revision.
|
||||
|
4
vendor/github.com/google/cadvisor/info/v2/machine.go
generated
vendored
4
vendor/github.com/google/cadvisor/info/v2/machine.go
generated
vendored
@@ -31,6 +31,9 @@ type Attributes struct {
|
||||
// Docker version.
|
||||
DockerVersion string `json:"docker_version"`
|
||||
|
||||
// Docker API version.
|
||||
DockerAPIVersion string `json:"docker_api_version"`
|
||||
|
||||
// cAdvisor version.
|
||||
CadvisorVersion string `json:"cadvisor_version"`
|
||||
|
||||
@@ -74,6 +77,7 @@ func GetAttributes(mi *v1.MachineInfo, vi *v1.VersionInfo) Attributes {
|
||||
KernelVersion: vi.KernelVersion,
|
||||
ContainerOsVersion: vi.ContainerOsVersion,
|
||||
DockerVersion: vi.DockerVersion,
|
||||
DockerAPIVersion: vi.DockerAPIVersion,
|
||||
CadvisorVersion: vi.CadvisorVersion,
|
||||
NumCores: mi.NumCores,
|
||||
CpuFrequency: mi.CpuFrequency,
|
||||
|
Reference in New Issue
Block a user