Files
moby/api/types
Sebastiaan van Stijn 4d3f64da63 API-client: remove unused ContainerListOptions.Quiet field
This option was originally added in d05aa418b0,
and moved in 8b15839ee8 (after which it temporarily
went to the docker/engine-api repository, and was brought back in this repository
in 91e197d614).

However, it looks like this field was never used; the API always returns the standard
information, and the "--quiet" option for `docker ps` is implemented on the CLI
side, which uses different formatting when setting this option;
2ec468e284/api/client/ps.go (L73-L79)

This patch removes the unused field,

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-05-04 16:01:22 +02:00
..
2018-02-05 16:51:57 -05:00
2020-07-28 12:41:14 +02:00
2019-09-18 12:56:54 +02:00
2020-07-29 02:09:06 +02:00
2018-05-20 13:07:17 +02:00
2018-02-05 16:51:57 -05:00
2018-02-05 16:51:57 -05:00
2018-05-15 12:09:42 +02:00
2018-09-08 16:58:03 +08:00
2020-07-24 20:44:29 +09:00