1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--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
..
backend Add stats options to not prime the stats 2020-02-28 09:54:37 -08:00
blkiodev
container Merge pull request #41254 from AkihiroSuda/deprecate-kernel-memory 2020-07-28 10:43:29 +02:00
events API: add "prune" events 2020-07-28 12:41:14 +02:00
filters bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01:00
image api/types: re-generate with new template 2019-11-05 11:32:41 -08:00
mount testutil: remove remaining use of deprecated pkg/mount 2020-11-10 14:46:59 +01:00
network api/types: remove errdefs dependency 2020-06-04 12:14:16 +02:00
plugins/logdriver
registry goimports: fix imports 2019-09-18 12:56:54 +02:00
strslice
swarm Add ulimits support to services 2020-07-29 02:09:06 +02:00
time
versions
volume swagger: reformat, and wrap to ~80-chars 2020-05-02 18:10:28 +02:00
auth.go
client.go API-client: remove unused ContainerListOptions.Quiet field 2021-05-04 16:01:22 +02:00
configs.go Accept platform spec on container create 2020-03-20 16:10:36 -07:00
error_response.go
error_response_ext.go Make ErrorResponse implement Error 2019-07-02 10:17:03 -07:00
graph_driver_data.go
id_response.go
image_delete_response_item.go
image_summary.go
plugin.go
plugin_device.go
plugin_env.go
plugin_interface_type.go
plugin_mount.go
plugin_responses.go
port.go
service_update_response.go
stats.go
types.go Deprecate KernelMemory 2020-07-24 20:44:29 +09:00
volume.go swagger: reformat, and wrap to ~80-chars 2020-05-02 18:10:28 +02:00