mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-15 14:26:57 +00:00
Automatic merge from submit-queue swap FIRSTSEEN/LASTSEEN columns in `kubectl get event -w` ```release-note Show LASTSEEN, the sorting key, as the first column in `kubectl get event` output ``` Not having LASTSEEN as the first column can confuse users into thinking that events are not delivered in order. Fixes #27060