k3s/pkg/kubectl/cmd/rollout
Alexander Campbell 6fd36c10ad kubectl/cmd: many small refactors
* 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.
2017-06-27 16:25:20 -07:00
..
BUILD Introduce visibility rules to kubernetes code. 2017-05-15 12:50:56 -07:00
rollout.go Implement kubectl rollout history and undo for DaemonSet 2017-06-03 17:10:57 -07:00
rollout_history.go kubectl/cmd: many small refactors 2017-06-27 16:25:20 -07:00
rollout_pause.go kubectl/cmd: many small refactors 2017-06-27 16:25:20 -07:00
rollout_resume.go kubectl/cmd: many small refactors 2017-06-27 16:25:20 -07:00
rollout_status.go kubectl/cmd: many small refactors 2017-06-27 16:25:20 -07:00
rollout_undo.go kubectl/cmd: many small refactors 2017-06-27 16:25:20 -07:00