Files
kubernetes/pkg
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
..
2016-04-26 15:08:34 -04:00
2015-12-15 13:36:25 -05:00
2015-12-20 21:59:59 -05:00
2016-04-29 17:12:10 -04:00
2016-03-17 09:30:02 +01:00
2016-05-06 17:24:53 -07:00
2016-04-29 17:12:10 -04:00
2016-04-29 17:12:10 -04:00
2016-04-14 17:05:46 -07:00
2016-02-24 11:22:02 -05:00
2016-03-02 20:46:32 -05:00