• Michail Kargakis's avatar
    kubectl: refactor rollout history to be more configurable · ad33c5c0
    Michail Kargakis authored
    ChangeCauseAnnotation is hardcoded in PrintRolloutHistory and it needs
    to be overriden since other resources that may need to be added in
    `kubectl rollout history` may not use it. Instead of adding one more
    method in the factory, refactor the existing HistoryViewer interface
    to accomodate the change.
    ad33c5c0
Name
Last commit
Last update
..
rollout.go Loading commit data...
rollout_history.go Loading commit data...
rollout_pause.go Loading commit data...
rollout_resume.go Loading commit data...
rollout_status.go Loading commit data...
rollout_undo.go Loading commit data...