Yong Tang
4f39eed3bd
Fix failure in docker ps --format when .Label has args
...
This fix tries to fix the issue in 30279 where `docker ps --format`
fails if `.Label` has args. For example:
```
docker ps --format '{{.ID}}\t{{.Names}}\t{{.Label "some.label"}}'
```
The reason for the failure is that during the preprocessing phase
to detect the existance of `.Size`, the `listOptionsProcessor`
does not has a method of `Label(name string) string`.
This results in the failure of
```
template: :1:24: executing "" at <.Label>: Label is not a method but has arguments
```
This fix fixes the issue by adding needed method of `Label(name string) string`.
This fix fixes 30279.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com >
Upstream-commit: 2cd4ba1e56222a938b2edaa7ad7981c9a2bc248f
Component: engine
2017-01-23 09:31:48 -08:00
..
2016-12-30 18:26:34 +01:00
2017-01-17 15:42:38 +01:00
2017-01-17 12:39:08 +01:00
2016-11-10 11:28:18 -05:00
2017-01-13 17:45:14 -08:00
2017-01-11 14:48:48 -08:00
2016-12-26 21:29:17 +01:00
2016-12-30 18:26:34 +01:00
2017-01-17 12:39:08 +01:00
2017-01-12 16:57:59 +01:00
2017-01-03 11:49:30 +01:00
2017-01-03 11:49:30 +01:00
2017-01-17 15:42:38 +01:00
2017-01-17 15:42:38 +01:00
2017-01-03 11:49:30 +01:00
2017-01-03 11:49:30 +01:00
2017-01-03 11:49:30 +01:00
2017-01-19 15:52:28 +08:00
2017-01-17 15:42:38 +01:00
2017-01-03 11:49:30 +01:00
2017-01-17 12:39:08 +01:00
2017-01-03 11:49:30 +01:00
2017-01-03 11:49:30 +01:00
2017-01-11 14:48:48 -08:00
2017-01-03 11:49:30 +01:00
2016-12-30 18:26:34 +01:00
2017-01-17 12:39:08 +01:00
2017-01-03 11:49:30 +01:00
2017-01-05 15:46:07 -08:00
2017-01-17 12:39:08 +01:00
2017-01-03 11:49:30 +01:00
2017-01-03 11:49:30 +01:00
2017-01-03 11:49:30 +01:00
2016-12-30 18:26:34 +01:00
2016-12-30 18:26:34 +01:00
2017-01-17 12:39:08 +01:00
2017-01-17 12:39:08 +01:00
2017-01-20 16:10:28 +01:00
2017-01-17 15:42:38 +01:00
2017-01-17 15:42:38 +01:00
2016-12-30 18:26:34 +01:00
2017-01-09 11:07:05 +01:00
2016-12-30 18:26:34 +01:00
2016-12-30 18:26:34 +01:00
2016-12-30 18:26:34 +01:00
2017-01-17 12:39:08 +01:00
2016-12-30 18:26:34 +01:00
2017-01-17 15:42:38 +01:00
2017-01-09 11:07:05 +01:00
2017-01-17 12:39:08 +01:00
2017-01-17 12:39:08 +01:00
2017-01-17 15:42:38 +01:00
2017-01-17 15:42:38 +01:00
2017-01-19 17:21:22 +01:00
2016-12-30 18:26:34 +01:00
2017-01-12 16:57:59 +01:00
2017-01-09 11:07:05 +01:00
2017-01-17 12:39:08 +01:00
2017-01-17 12:39:08 +01:00
2017-01-17 15:42:38 +01:00
2017-01-19 17:21:22 +01:00
2017-01-17 15:42:38 +01:00
2017-01-17 15:42:38 +01:00
2016-12-30 18:26:34 +01:00
2017-01-17 12:39:08 +01:00
2016-12-30 18:26:34 +01:00
2017-01-19 17:21:22 +01:00
2017-01-03 11:49:30 +01:00
2016-12-30 18:26:34 +01:00
2016-12-30 18:26:34 +01:00
2017-01-02 15:37:09 +01:00
2017-01-02 15:37:09 +01:00
2016-03-21 11:05:58 -04:00
2017-01-17 15:42:38 +01:00
2016-12-30 18:26:34 +01:00
2016-12-30 18:26:34 +01:00
2017-01-17 12:39:08 +01:00
2016-12-30 18:26:34 +01:00
2016-12-30 18:26:34 +01:00
2017-01-20 15:59:44 -08:00
2016-12-30 18:26:34 +01:00
2017-01-09 11:07:05 +01:00
2017-01-04 14:16:42 -08:00
2017-01-23 09:31:48 -08:00
2017-01-17 15:42:38 +01:00
2017-01-06 18:48:41 -08:00
2017-01-17 15:42:38 +01:00
2017-01-17 15:42:38 +01:00
2017-01-19 15:52:28 +08:00
2017-01-17 12:39:08 +01:00
2017-01-17 15:42:38 +01:00
2017-01-17 15:42:38 +01:00
2017-01-17 15:42:38 +01:00
2017-01-17 15:42:38 +01:00
2017-01-18 15:12:03 +01:00
2017-01-17 15:42:38 +01:00
2017-01-17 15:42:38 +01:00
2016-12-30 18:26:34 +01:00
2017-01-06 14:07:48 -08:00
2016-12-30 18:26:34 +01:00
2016-12-30 18:26:34 +01:00
2017-01-12 16:57:59 +01:00
2016-12-30 18:26:34 +01:00
2016-12-30 18:26:34 +01:00
2016-12-30 18:26:34 +01:00
2016-02-02 19:56:31 -08:00
2016-12-30 18:26:34 +01:00
2016-12-30 18:26:34 +01:00
2016-12-30 18:26:34 +01:00
2016-12-30 18:26:34 +01:00
2017-01-17 10:54:22 -08:00
2016-12-30 18:26:34 +01:00
2017-01-17 15:42:38 +01:00
2017-01-17 12:39:08 +01:00
2017-01-17 12:39:08 +01:00
2017-01-03 11:49:30 +01:00
2016-12-30 18:26:34 +01:00
2017-01-11 14:48:48 -08:00
2016-12-30 18:26:34 +01:00
2017-01-10 15:56:42 +01:00
2017-01-09 11:07:05 +01:00
2017-01-17 12:39:08 +01:00
2017-01-03 11:49:30 +01:00
2017-01-12 16:57:59 +01:00
2017-01-17 12:39:08 +01:00
2017-01-17 15:42:38 +01:00
2016-12-30 18:26:34 +01:00
2017-01-17 17:50:44 +00:00
2017-01-17 12:39:08 +01:00
2017-01-17 12:39:08 +01:00
2017-01-17 12:39:08 +01:00
2016-12-29 11:00:50 +01:00
2016-12-29 11:00:50 +01:00
2016-12-29 11:00:50 +01:00
2016-12-29 11:00:50 +01:00
2017-01-17 12:39:08 +01:00
2016-12-29 11:00:50 +01:00
2016-12-29 11:00:50 +01:00
2017-01-16 08:55:16 +01:00
2017-01-17 12:39:08 +01:00