k8s-merge-robot
5d6c5f5af8
Merge pull request #25022 from zhouhaibing089/sort-fix
...
Automatic merge from submit-queue
Support struct,array,slice types when sorting kubectl output
Fixes https://github.com/kubernetes/kubernetes/issues/24328 .
Briefly, `sorting_printer` only take cares of the following type kinds:
* `reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64`
* `reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64`
* `reflect.Float32, reflect.Float64`
* `reflect.String`
* `reflect.Ptr`
This commit aims to add `reflect.Struct, reflect.Slice, reflect.Array`.
/cc @bgrant0607
2016-05-15 04:16:12 -07:00
..
2016-05-10 14:16:50 -04:00
2016-03-09 14:14:04 -08:00
2016-02-18 06:58:05 +07:00
2016-05-13 13:50:32 -07:00
2016-05-08 20:30:38 -07:00
2016-05-09 19:38:40 -07:00
2016-05-14 00:20:28 -07:00
2015-05-04 14:28:37 -07:00
2015-09-24 15:52:09 -07:00
2016-02-07 20:35:14 +02:00
2015-05-01 17:49:56 -04:00
2015-11-17 15:37:58 -05:00
2015-11-30 12:14:57 -08:00
2015-05-01 17:49:56 -04:00
2015-05-01 17:49:56 -04:00
2016-04-29 15:37:35 -07:00
2016-03-03 15:28:33 -08:00
2015-11-17 11:20:17 -08:00
2016-05-08 20:32:09 -07:00
2016-05-12 22:04:19 -04:00
2015-12-10 16:27:13 +01:00
2016-02-26 11:54:43 -08:00
2016-03-07 16:49:39 -08:00
2016-05-07 12:57:58 -04:00
2015-07-15 10:30:00 -07:00
2016-03-02 20:46:32 -05:00
2016-05-15 04:16:12 -07:00
2016-05-10 22:40:24 +02:00
2016-05-13 17:27:58 -07:00
2016-03-04 17:05:39 -05:00
2016-05-07 10:15:32 +02:00
2016-04-20 18:49:31 -07:00
2016-05-13 12:41:40 -07:00
2016-05-13 14:12:58 -07:00
2016-05-08 20:32:06 -07:00
2016-05-08 20:32:06 -07:00
2016-05-09 15:57:26 +02:00
2016-05-13 17:27:58 -07:00
2016-05-08 20:30:39 -07:00
2016-05-08 20:30:37 -07:00
2016-05-13 17:27:58 -07:00
2016-04-20 12:12:29 -04:00
2016-02-19 08:47:57 -08:00
2015-08-14 10:19:33 -04:00
2016-05-08 20:30:37 -07:00
2016-05-08 20:32:06 -07:00
2016-05-08 20:32:06 -07:00
2016-05-08 20:30:37 -07:00
2016-05-08 20:32:06 -07:00
2016-05-08 20:32:06 -07:00
2016-05-08 20:32:06 -07:00
2016-05-08 20:30:39 -07:00
2016-05-12 22:04:24 -04:00
2016-05-08 20:30:37 -07:00
2016-05-08 20:30:37 -07:00
2016-05-08 20:32:06 -07:00
2016-05-08 20:32:06 -07:00
2016-05-08 20:32:06 -07:00
2016-05-08 20:32:06 -07:00