Kubernetes Submit Queue
25de8ef641
Merge pull request #40551 from juanvallejo/jvallejo/only-output-no-resources-found-for-human-readable-printer
Automatic merge from submit-queue (batch tested with PRs 40691, 40551, 40683, 40700, 40702)
only output "No resources found." for human readable printers
**Release note**:
```release-note
release note none
```
This patch removes the message `No resources found` (currently printed through stderr) when printing through a generic / non-human-readable printer (json, yaml, jsonpath, custom-columns).
**Before***
```
$ kubectl get pods -o json
No resources found.
{
"apiVersion": "v1",
"items": [],
"kind": "List",
"metadata": {},
"resourceVersion": "",
"selfLink": ""
}
```
**After**
```
$ kubectl get pods -o json
{
"apiVersion": "v1",
"items": [],
"kind": "List",
"metadata": {},
"resourceVersion": "",
"selfLink": ""
}
```
cc @fabianofranz @stevekuznetsov
2017-01-30 19:14:41 -08:00
..
2017-01-05 14:14:13 -08:00
2017-01-13 16:17:44 -08:00
2017-01-27 10:00:01 -05:00
2017-01-30 19:14:41 -08:00
2017-01-30 19:14:41 -08:00
2017-01-19 13:13:20 -08:00
2017-01-25 16:40:57 -08:00
2017-01-30 12:46:59 -05:00
2016-12-10 01:15:30 -08:00
2017-01-19 11:10:48 -08:00
2017-01-19 13:06:47 +01:00
2016-12-14 14:33:17 -08:00
2016-12-15 10:35:16 -07:00
2016-12-15 10:35:16 -07:00
2016-12-14 13:42:15 -08:00
2016-12-12 23:25:13 -08:00
2017-01-10 14:28:19 -05:00
2017-01-12 15:34:03 -08:00
2016-12-16 11:22:44 +05:30
2017-01-11 08:15:34 -05:00
2016-10-20 16:47:20 -04:00
2016-10-20 16:47:20 -04:00
2017-01-26 13:11:27 -08:00
2017-01-10 12:27:42 -05:00
2017-01-30 11:29:07 -05:00
2017-01-23 17:28:08 -08:00
2016-08-26 12:33:06 -04:00
2016-12-17 00:07:24 +01:00
2016-12-05 19:29:34 -05:00
2016-12-05 12:43:54 +01:00
2017-01-17 09:06:34 -05:00
2017-01-05 14:14:06 -08:00
2016-10-20 16:47:20 -04:00
2017-01-22 12:27:56 +05:30
2017-01-17 09:06:34 -05:00
2017-01-17 09:06:34 -05:00
2016-12-16 17:23:43 +01:00
2017-01-06 23:45:04 -05:00
2017-01-12 15:34:03 -08:00
2016-12-14 06:03:00 -08:00
2016-12-14 13:42:15 -08:00
2017-01-25 13:52:24 -08:00
2016-12-14 13:42:15 -08:00
2017-01-17 09:06:34 -05:00
2016-10-24 18:00:08 -07:00
2016-09-14 05:35:51 -07:00
2016-12-26 21:59:27 -08:00
2016-10-29 14:20:39 -07:00
2016-09-22 13:30:41 -04:00
2016-11-01 15:59:50 -04:00
2017-01-05 14:14:06 -08:00
2017-01-01 22:54:32 -08:00
2016-10-17 11:50:02 -02:00
2016-12-06 13:45:10 -05:00
2017-01-10 12:27:42 -05:00
2016-11-07 02:41:50 -08:00
2016-10-21 17:32:33 -07:00
2016-10-18 11:09:38 +02:00
2016-10-29 14:20:39 -07:00
2016-10-18 11:11:03 +02:00
2017-01-24 14:45:20 -05:00
2016-08-24 13:09:13 -07:00
2017-01-24 08:34:06 +01:00
2016-11-01 01:13:11 -07:00
2016-12-20 15:48:14 -05:00
2017-01-11 21:38:08 +01:00
2016-10-29 14:20:39 -07:00
2017-01-30 17:26:19 +01:00
2016-12-14 06:03:00 -08:00
2016-10-20 16:47:20 -04:00
2016-12-21 11:44:04 -08:00