DockerCLI/command/service
Zhang Wei 9eceaa926f 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
..
cmd.go Only hide commands if the env variable is set. 2016-09-19 13:28:15 -04:00
create.go Service create --group param 2016-10-28 13:26:31 -07:00
inspect.go Fix typs from go to Go 2016-10-18 19:40:16 +08:00
inspect_test.go Fix broken JSON support in cli/command/formatter 2016-10-17 08:07:17 +00:00
list.go Replace all "Filter" field with "Filters" for consistency 2016-11-01 23:09:30 +08:00
opts.go Service create --group param 2016-10-28 13:26:31 -07:00
opts_test.go Add --health-* commands to service create and update 2016-10-28 15:19:08 -02:00
ps.go Replace all "Filter" field with "Filters" for consistency 2016-11-01 23:09:30 +08:00
remove.go Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
scale.go validate service parameter in client side to avoid api call 2016-09-26 17:18:02 +08:00
update.go Service create --group param 2016-10-28 13:26:31 -07:00
update_test.go Add --health-* commands to service create and update 2016-10-28 15:19:08 -02:00