Kubernetes Submit Queue
874fca652d
Merge pull request #38086 from tianshapjq/reduce-decode-times
...
Automatic merge from submit-queue
Reduce decode times by changing the kubectl.Filter(runtime.Object, *PrintOptions)'s return values
**What this PR does / why we need it**:
In kubectl/cmd/get.go, we use the function filterFuncs.Filter() to decode data and filter the object. But in the following function printer.PrintObj() decodes the data again.
I made these modifications to reduce the decoding times by changing the filterFuncs.Filter()'s returned values. We can get the decoded object from this function and pass it to the following printer.PrintObj(), so not to waste time to decode again.
2016-12-19 16:23:02 -08:00
..
2016-12-12 13:30:07 -08:00
2016-12-12 13:30:07 -08:00
2016-12-12 13:30:07 -08:00
2016-12-12 13:30:07 -08:00
2016-12-16 16:26:55 -05:00
2016-12-19 07:42:45 -08:00
2016-11-22 21:06:36 -08:00
2016-12-05 11:03:21 +08:00
2016-12-03 19:10:46 -05:00
2016-12-09 17:29:31 -08:00
2016-12-12 11:41:06 -08:00
2016-11-23 22:30:47 -06:00
2016-12-09 09:42:01 +01:00
2016-10-17 11:49:55 -02:00
2016-12-15 18:36:22 -08:00
2016-12-03 19:10:53 -05:00
2016-10-19 08:53:26 +10:00
2016-10-17 11:49:55 -02:00
2016-10-17 11:49:55 -02:00
2016-12-03 19:10:53 -05:00
2016-12-09 17:29:31 -08:00
2016-10-21 14:07:38 -07:00
2016-11-23 22:30:47 -06:00
2016-10-29 20:24:54 -07:00
2016-10-29 20:24:54 -07:00
2016-12-08 14:18:39 -05:00
2016-10-29 14:22:02 -07:00
2016-10-17 11:49:55 -02:00
2016-10-19 08:53:26 +10:00
2016-10-17 11:49:55 -02:00
2016-10-29 14:22:02 -07:00
2016-10-17 11:49:55 -02:00
2016-12-02 18:42:25 +01:00
2016-10-29 14:22:02 -07:00
2016-12-02 18:42:25 +01:00
2016-10-29 14:22:02 -07:00
2016-10-31 10:08:12 -04:00
2016-10-29 14:22:02 -07:00
2016-12-02 07:29:06 -08:00
2016-10-29 14:22:02 -07:00
2016-12-02 18:42:25 +01:00
2016-10-29 14:22:02 -07:00
2016-12-10 18:05:28 -05:00
2016-12-03 19:10:53 -05:00
2016-12-10 18:05:28 -05:00
2016-10-29 14:22:02 -07:00
2016-12-08 00:23:16 -08:00
2016-12-17 00:07:24 +01:00
2016-12-09 09:42:01 +01:00
2016-12-10 18:05:28 -05:00
2016-10-29 14:22:02 -07:00
2016-12-09 09:42:01 +01:00
2016-11-23 22:30:47 -06:00
2016-12-08 02:11:20 -08:00
2016-12-08 02:11:20 -08:00
2016-12-16 09:37:11 +08:00
2016-12-16 09:37:11 +08:00
2016-10-17 11:49:55 -02:00
2016-11-22 21:06:36 -08:00
2016-12-05 11:03:21 +08:00
2016-11-23 22:30:47 -06:00
2016-12-08 16:25:54 -08:00
2016-08-20 08:03:39 +08:00
2016-11-22 21:06:36 -08:00
2016-12-09 19:01:27 -05:00
2016-10-29 14:22:02 -07:00
2016-12-09 09:42:01 +01:00
2016-11-29 11:54:48 +00:00
2016-10-29 14:22:02 -07:00
2016-12-10 18:05:28 -05:00
2016-10-19 08:53:26 +10:00
2016-12-09 09:42:01 +01:00
2016-11-23 22:30:47 -06:00
2016-12-17 00:07:24 +01:00
2016-11-22 21:06:36 -08:00
2016-11-23 15:02:43 -06:00
2016-12-09 16:26:05 -05:00
2016-12-06 10:32:54 -08:00
2016-11-23 22:30:47 -06:00
2016-12-09 09:42:01 +01:00
2016-12-12 20:23:17 +03:00
2016-12-09 09:42:01 +01:00
2016-12-12 20:23:17 +03:00
2016-10-31 10:08:12 -04:00
2016-11-10 14:07:42 -08:00