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
Zhang Wei 89a6966726 Replace all "Filter" field with "Filters" for consistency
In file `api/types/client.go`, some of the "*Options{}" structs own a
`Filters` field while some else have the name of `Filter`, this commit
will rename all `Filter` to `Filters` for consistency. Also `Filters`
is consistent with API with format `/xxx?filters=xxx`, that's why
`Filters` is the right name.

Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
2016-11-01 23:09:30 +08:00
..
backend record pid of exec'd process 2016-10-20 17:06:11 +02:00
blkiodev Add engine-api types to docker 2016-09-07 11:05:58 -07:00
container Implementing support for --cpu-rt-period and --cpu-rt-runtime so that 2016-10-26 11:33:06 -04:00
events Add engine-api types to docker 2016-09-07 11:05:58 -07:00
filters all: remove nil check for slices 2016-10-13 13:55:38 -07:00
mount api: add TypeTmpfs to api/types/mount 2016-10-28 08:38:32 +00:00
network Add engine-api types to docker 2016-09-07 11:05:58 -07:00
reference Add engine-api types to docker 2016-09-07 11:05:58 -07:00
registry Add engine-api types to docker 2016-09-07 11:05:58 -07:00
strslice Add engine-api types to docker 2016-09-07 11:05:58 -07:00
swarm Fix bunch of typos 2016-10-29 15:03:26 +08:00
time Add engine-api types to docker 2016-09-07 11:05:58 -07:00
versions Move engine-api client package 2016-09-07 11:05:58 -07:00
auth.go Add engine-api types to docker 2016-09-07 11:05:58 -07:00
client.go Replace all "Filter" field with "Filters" for consistency 2016-11-01 23:09:30 +08:00
configs.go Add engine-api types to docker 2016-09-07 11:05:58 -07:00
errors.go Add engine-api types to docker 2016-09-07 11:05:58 -07:00
image_summary.go Generate api/types:Image from the swagger spec 2016-10-20 13:24:23 -07:00
plugin.go Update volume type and regenerate types 2016-10-20 13:31:32 -07:00
plugin_device.go Generate plugin types from the swagger spec. 2016-10-20 13:24:23 -07:00
plugin_env.go Generate plugin types from the swagger spec. 2016-10-20 13:24:23 -07:00
plugin_interface_type.go Generate plugin types from the swagger spec. 2016-10-20 13:24:23 -07:00
plugin_mount.go Generate plugin types from the swagger spec. 2016-10-20 13:24:23 -07:00
plugin_responses.go Generate plugin types from the swagger spec. 2016-10-20 13:24:23 -07:00
port.go Generate api/types:Port from swagger spec. 2016-10-20 13:24:23 -07:00
seccomp.go Add engine-api types to docker 2016-09-07 11:05:58 -07:00
stats.go Windows: stats support 2016-09-16 11:56:15 -07:00
types.go Adds container health support to docker ps filter 2016-10-28 15:43:04 -04:00
volume.go Update volume type and regenerate types 2016-10-20 13:31:32 -07:00