Merge pull request #80318 from davidxia/fix-err-caps

cleanup: fix some log and error capitalizations
This commit is contained in:
Kubernetes Prow Robot
2019-07-25 10:41:28 -07:00
committed by GitHub
40 changed files with 76 additions and 76 deletions

View File

@@ -148,7 +148,7 @@ func ExtractContainerResourceValue(fs *v1.ResourceFieldSelector, container *v1.C
return convertResourceEphemeralStorageToString(container.Resources.Requests.StorageEphemeral(), divisor)
}
return "", fmt.Errorf("Unsupported container resource : %v", fs.Resource)
return "", fmt.Errorf("unsupported container resource : %v", fs.Resource)
}
// convertResourceCPUToString converts cpu value to the format of divisor and returns