mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #28521 from aaronlehmann/omitempty
api: Remove omitempty tag on Parallelism
This commit is contained in:
commit
465c0484dc
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ const (
|
|||
type UpdateConfig struct {
|
||||
// Maximum number of tasks to be updated in one iteration.
|
||||
// 0 means unlimited parallelism.
|
||||
Parallelism uint64 `json:",omitempty"`
|
||||
Parallelism uint64
|
||||
|
||||
// Amount of time between updates.
|
||||
Delay time.Duration `json:",omitempty"`
|
||||
|
|
Loading…
Add table
Reference in a new issue