Files
kubernetes/test/e2e
k8s-merge-robot 53b3ef2122 Merge pull request #23988 from php-coder/kubectl_describe_multiline_labels
Automatic merge from submit-queue

kubectl describe: show multiple labels/annotations on multiple lines

Small UX improvement: when there is more than one label/annotation, it's more readable to see them on the different lines.

Before:
```console
$ kubectl describe svc
Name:			s2i-test
Namespace:		test2
Labels:			app=s2i-test,foo=bar
...
```
After:
```console
$ kubectl describe svc
Name:			s2i-test
Namespace:		test2
Labels:			app=s2i-test
				foo=bar
...
```
This change affects output of the labels/annotations in many of the sub-commands of the `kubectl describe`.

PTAL @smarterclayton @kargakis
2016-05-08 12:51:45 -07:00
..
2015-12-06 14:42:40 -08:00
2016-04-29 17:12:10 -04:00
2016-04-29 17:12:10 -04:00
2016-04-29 17:12:10 -04:00
2016-04-29 17:12:10 -04:00
2016-05-04 21:45:52 -04:00
2016-05-04 21:45:52 -04:00
2016-04-29 17:12:10 -04:00
2016-04-29 17:12:10 -04:00
2016-05-04 21:45:52 -04:00
2016-04-13 16:49:24 -07:00
2016-05-06 15:08:41 +11:00
2016-04-29 17:12:10 -04:00
2016-05-04 21:45:52 -04:00
2016-05-04 21:45:52 -04:00
2016-05-04 21:45:52 -04:00
2016-04-29 15:37:35 -07:00
2016-05-04 21:45:52 -04:00
2016-05-04 21:45:52 -04:00
2016-05-04 21:45:52 -04:00
2016-05-04 18:39:17 -07:00
2016-05-04 21:45:52 -04:00
2016-04-29 17:12:10 -04:00
2016-04-29 17:12:10 -04:00
2016-04-29 17:12:10 -04:00
2016-05-04 21:45:52 -04:00
2016-05-04 21:45:52 -04:00
2016-05-04 21:45:52 -04:00
2016-05-04 21:45:52 -04:00
2016-04-29 17:12:10 -04:00