mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-15 20:37:39 +00:00
Capitalize the first letter in some log files
This commit is contained in:
@@ -50,7 +50,7 @@ func init() {
|
||||
valid, ok := validAPIVersions[version]
|
||||
if !ok || !valid {
|
||||
// Not a valid API version.
|
||||
glog.Fatalf("invalid api version: %s in KUBE_API_VERSIONS: %s. List of valid API versions: %v",
|
||||
glog.Fatalf("Invalid api version: %s in KUBE_API_VERSIONS: %s. List of valid API versions: %v",
|
||||
version, os.Getenv("KUBE_API_VERSIONS"), validAPIVersions)
|
||||
}
|
||||
RegisteredVersions = append(RegisteredVersions, version)
|
||||
|
||||
Reference in New Issue
Block a user