mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-15 14:26:57 +00:00
Automatic merge from submit-queue (batch tested with PRs 55044, 55257, 55334). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Refactor HistoryViewerFor to use Visitor design pattern Resolves https://github.com/kubernetes/kubectl/issues/73 This is a follow up from https://github.com/kubernetes/kubernetes/pull/54456 which is already reviewed.