1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api/server/router
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
..
build add --network option for docker build 2016-10-25 10:25:36 -07:00
checkpoint Allow providing a custom storage directory for docker checkpoints 2016-10-28 07:56:05 -04:00
container Replace all "Filter" field with "Filters" for consistency 2016-11-01 23:09:30 +08:00
image Generate api/types:Image from the swagger spec 2016-10-20 13:24:23 -07:00
network add docker network prune 2016-10-25 06:43:54 +00:00
plugin Make experimental a runtime flag 2016-10-24 15:20:01 -07:00
swarm Replace all "Filter" field with "Filters" for consistency 2016-11-01 23:09:30 +08:00
system api/server/router/system: fix info versioning 2016-10-21 12:32:23 +02:00
volume Add /{containers,volumes,images}/prune API endpoint 2016-09-29 07:42:53 -07:00
local.go api/server/router: add Cancellable function 2016-03-25 10:19:23 -07:00
router.go Decouple the "container" router from the actual daemon implementation. 2016-02-08 11:30:57 -05:00