Update golang scientific notation using hack/update-gofmt.sh
This commit is contained in:
@@ -72,7 +72,7 @@ var _ = framework.KubeDescribe("ResourceMetricsAPI", func() {
|
||||
matchV1alpha1Expectations := gstruct.MatchAllKeys(gstruct.Keys{
|
||||
"scrape_error": gstruct.Ignore(),
|
||||
"node_cpu_usage_seconds_total": gstruct.MatchAllElements(nodeId, gstruct.Elements{
|
||||
"": boundedSample(1, 1E6),
|
||||
"": boundedSample(1, 1e6),
|
||||
}),
|
||||
"node_memory_working_set_bytes": gstruct.MatchAllElements(nodeId, gstruct.Elements{
|
||||
"": boundedSample(10*volume.Mb, memoryLimit),
|
||||
|
Reference in New Issue
Block a user