DockerCLI/command/service
Aaron Lehmann d0e8fe18fc Make the CLI show defaults from the swarmkit defaults package
If no fields related to an update config or restart policy are
specified, these structs should not be created as part of the service,
to avoid hardcoding the current defaults.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2017-04-10 13:41:18 -07:00
..
progress Change "service inspect" to show defaults in place of empty fields 2017-04-10 13:41:16 -07:00
cmd.go Add missing API version annotations to commands 2017-03-16 13:40:12 +01:00
create.go Make the CLI show defaults from the swarmkit defaults package 2017-04-10 13:41:18 -07:00
helpers.go Synchronous service create and service update 2017-04-03 09:46:01 -07:00
inspect.go Change "service inspect" to show defaults in place of empty fields 2017-04-10 13:41:16 -07:00
inspect_test.go Show network names in "docker service inspect --pretty" 2017-04-07 16:46:25 -07:00
list.go Add `--format` to `docker service ls` 2017-02-01 08:33:19 -08:00
logs.go Change "service inspect" to show defaults in place of empty fields 2017-04-10 13:41:16 -07:00
opts.go Make the CLI show defaults from the swarmkit defaults package 2017-04-10 13:41:18 -07:00
opts_test.go Added start period option to health check. 2017-04-06 12:35:34 +02:00
parse.go Merge pull request #30810 from allencloud/make-secret-ls-support-filter 2017-03-28 13:43:19 +02:00
ps.go Replace fmt.Errorf() with errors.Errorf() in the cli 2017-03-24 16:58:07 -04:00
remove.go Replace fmt.Errorf() with errors.Errorf() in the cli 2017-03-24 16:58:07 -04:00
scale.go Change "service inspect" to show defaults in place of empty fields 2017-04-10 13:41:16 -07:00
trust.go Replace fmt.Errorf() with errors.Errorf() in the cli 2017-03-24 16:58:07 -04:00
update.go Make the CLI show defaults from the swarmkit defaults package 2017-04-10 13:41:18 -07:00
update_test.go cli: Allow service's networks to be updated 2017-04-07 16:46:25 -07:00