mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-19 01:10:35 +00:00
* Rename variables and functions to match Go convention.
For example, UsageError --> UsageErrorf.
* Remove redundant or unreachable code.
* Simplify some utility functions (no functionality changes).
* Fix hanging 'if { return } else { return }' constructs.
* Fix several incorrect printf verbs.