Update golang scientific notation using hack/update-gofmt.sh

This commit is contained in:
David Zhu
2019-09-12 18:05:49 -07:00
parent 4dd1e3fa43
commit f15cc60957
4 changed files with 78 additions and 78 deletions

View File

@@ -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),