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:
Kubernetes Submit Queue 2016-09-16 06:25:40 -07:00 committed by GitHub
commit 15f619167d

Diff Content Not Available