kubectl/pkg/cmd/rollout
Brian Pursley 2b0d68cf1f Fix rollout history bug
Fix rollout history bug where the latest revision was
always shown when requesting a specific revision and
specifying an output.

Add unit and integration tests for rollout history.

Kubernetes-commit: 693e1299a6a75ffe358c41626532cdf2567c267b
2022-07-13 18:27:05 -04:00
..
rollout.go Add label selector in 'kubectl rollout' commands 2022-01-06 16:53:29 -05:00
rollout_history.go Fix rollout history bug 2022-07-13 18:27:05 -04:00
rollout_history_test.go Fix rollout history bug 2022-07-13 18:27:05 -04:00
rollout_pause.go Refactor completion code into its own package 2022-03-24 09:06:05 -04:00
rollout_pause_test.go Add label selector in 'kubectl rollout' commands 2022-01-06 16:53:29 -05:00
rollout_restart.go Refactor completion code into its own package 2022-03-24 09:06:05 -04:00
rollout_restart_test.go Add label selector in 'kubectl rollout' commands 2022-01-06 16:53:29 -05:00
rollout_resume.go Refactor completion code into its own package 2022-03-24 09:06:05 -04:00
rollout_status.go Add unit tests for rollout status command 2022-06-13 15:10:26 +03:00
rollout_status_test.go Add license header into rollout status test file 2022-06-13 16:03:37 +03:00
rollout_undo.go Refactor completion code into its own package 2022-03-24 09:06:05 -04:00