Merge pull request #81206 from tallclair/staticcheck-kubelet-push

Cleanup Kubelet static analysis issues
This commit is contained in:
Kubernetes Prow Robot
2019-08-22 15:09:43 -07:00
committed by GitHub
101 changed files with 325 additions and 459 deletions

View File

@@ -237,7 +237,7 @@ func (cm *containerManagerImpl) validateNodeAllocatable() error {
}
if len(errors) > 0 {
return fmt.Errorf("Invalid Node Allocatable configuration. %s", strings.Join(errors, " "))
return fmt.Errorf("invalid Node Allocatable configuration. %s", strings.Join(errors, " "))
}
return nil
}