mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
d8b8b12994
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> |
||
---|---|---|
.. | ||
common.go | ||
container.go | ||
network.go | ||
node.go | ||
secret.go | ||
service.go | ||
swarm.go | ||
task.go |