Files
kubernetes/pkg/kubectl/cmd
Kubernetes Submit Queue 19364c2d3b Merge pull request #32222 from juanvallejo/jvallejo_bugfix/single-resource-prefix-kubectl-get-all
Automatic merge from submit-queue

print resource kind prefix when `kubectl get all` has single type to display

**Release note**:
```release-note
NONE
```

This patch forces the HumanReadablePrinter to display resource kind
prefixes when there is only one type of resource to show and a specific
resource type has not been specified as an argument to kubectl get

`$ kubectl get all`
```
NAME         CLUSTER-IP   EXTERNAL-IP   PORT(S)                 AGE
kubernetes   172.30.0.1   <none>        443/TCP,53/UDP,53/TCP   2m
```

`$ kubectl get all`
```
NAME         CLUSTER-IP   EXTERNAL-IP   PORT(S)                 AGE
svc/kubernetes   172.30.0.1   <none>        443/TCP,53/UDP,53/TCP   2m
```
2016-09-11 19:39:17 -07:00
..
2016-07-08 13:53:09 +02:00
2016-07-18 00:32:13 -04:00
2016-08-31 21:16:46 -07:00
2016-08-23 14:51:56 +08:00
2016-08-23 14:51:56 +08:00
2016-08-20 15:58:10 +02:00
2016-07-20 13:37:14 -04:00
2016-07-28 17:47:03 +03:00
2016-07-14 16:23:02 +03:00
2016-07-08 13:53:09 +02:00
2016-08-31 21:16:46 -07:00
2016-07-08 13:53:09 +02:00
2016-08-12 15:45:57 +02:00
2016-08-12 15:45:57 +02:00
2016-08-20 15:58:10 +02:00
2016-08-19 17:28:25 +02:00