Cleanup: Audit log and error capitalization

This commit is contained in:
Sukeesh
2019-06-30 11:56:27 +09:00
parent 6a2d0f67d1
commit 346fdbccf0
31 changed files with 109 additions and 106 deletions

View File

@@ -1338,7 +1338,7 @@ func (kl *Kubelet) initializeModules() error {
// Start out of memory watcher.
if err := kl.oomWatcher.Start(kl.nodeRef); err != nil {
return fmt.Errorf("Failed to start OOM watcher %v", err)
return fmt.Errorf("failed to start OOM watcher %v", err)
}
// Start resource analyzer