mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
bump(github.com/google/cadvisor/client): fb8fa5d9353549ad265462c9e99affe93a3d5a22
This commit is contained in:
parent
e3927b428d
commit
c48f6dcb34
@ -36,10 +36,6 @@ func NewClient(URL string) (*Client, error) {
|
||||
"api/v1.0",
|
||||
}, "/"),
|
||||
}
|
||||
_, err := c.MachineInfo()
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return c, nil
|
||||
}
|
||||
|
||||
|
@ -96,7 +96,7 @@ func TestGetContainerInfo(t *testing.T) {
|
||||
NumStats: 3,
|
||||
NumSamples: 2,
|
||||
CpuUsagePercentiles: []int{10, 50, 90},
|
||||
MemoryUsagePercentages: []int{10, 80, 90},
|
||||
MemoryUsagePercentiles: []int{10, 80, 90},
|
||||
}
|
||||
containerName := "/some/container"
|
||||
cinfo := itest.GenerateRandomContainerInfo(containerName, 4, query, 1*time.Second)
|
||||
|
Loading…
Reference in New Issue
Block a user