mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #31463 from fabianofranz/line_break_when_no_events_in_describe
Automatic merge from submit-queue
Add a line break when no events in describe
**What this PR does / why we need it**: Adds a line break in the events describer in case of no events. Without this fix, after 6caf4d5a3f
a describe without events would result in no line break before exiting to terminal.
```
$ oc describe pod mypod
Name: mypod
Namespace: mynamespace
(...)
QoS Tier: BestEffort
No events.user@localhost ~$
```
```release-note
Add line break after events in kubectl describe
```
This commit is contained in:
commit
15f619167d