Automatic merge from submit-queue enable recursive processing in kubectl rollout This PR was split out of https://github.com/kubernetes/kubernetes/pull/23673 per @deads2k's suggestion: https://github.com/kubernetes/kubernetes/pull/23673#discussion-diff-61290415 It makes use of the recursive processing of a directory in `kubectl rollout {undo,pause,resume}` which now also conforms to the [command conventions](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/kubectl-conventions.md#command-implementation-conventions). `kubectl rollout history` is being omitted for the time being as its encountering what appears to be an anomaly of an issue: https://github.com/kubernetes/kubernetes/issues/24606. Once this issue has been resolved I will modify it to be recursive |
||
|---|---|---|
| .. | ||
| rollout_history.go | ||
| rollout_pause.go | ||
| rollout_resume.go | ||
| rollout_status.go | ||
| rollout_undo.go | ||
| rollout.go | ||