mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
Decrease expected lower bound for misc CPU
This commit is contained in:
parent
08c0f7dded
commit
f4706464f6
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ var _ = framework.KubeDescribe("Summary API", func() {
|
|||
"StartTime": recent(maxStartAge),
|
||||
"CPU": ptrMatchAllFields(gstruct.Fields{
|
||||
"Time": recent(maxStatsAge),
|
||||
"UsageNanoCores": bounded(100000, 2E9),
|
||||
"UsageNanoCores": bounded(10000, 2E9),
|
||||
"UsageCoreNanoSeconds": bounded(10000000, 1E15),
|
||||
}),
|
||||
"Memory": ptrMatchAllFields(gstruct.Fields{
|
||||
|
|
|
|||
Loading…
Reference in a new issue