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/swarm
Aaron Lehmann d8b8b12994 api: Remove omitempty tag on Parallelism
It doesn't make sense to use omitempty here. 0 is a meaningful value and
it's different from the default. If someone sets Parallelism to 0, we
want to show that Parallelism is 0, not hide the field.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2016-11-16 16:21:25 -08:00
..
common.go add swarm type comments and fix nits 2016-09-26 17:17:52 +08:00
container.go Add support for stdin_open in composefile v3 2016-11-11 15:19:00 +01:00
network.go Add support for host port PublishMode in services 2016-11-10 18:07:55 -08:00
node.go added node ip autodetection 2016-11-03 08:10:14 -07:00
secret.go more review updates 2016-11-09 14:27:45 -05:00
service.go api: Remove omitempty tag on Parallelism 2016-11-16 16:21:25 -08:00
swarm.go Revise swarm init/update flags, add unlocking capability 2016-11-09 16:09:00 -08:00
task.go Add support for host port PublishMode in services 2016-11-10 18:07:55 -08:00