Commit 15f61916 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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 https://github.com/kubernetes/kubernetes/commit/6caf4d5a3fed5e818e389c6c72a00de207c40517 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 ```
parents a665002d 45290af2
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment