nomad: adding mapstructure tags

This commit is contained in:
Armon Dadgar 2015-09-20 14:18:21 -07:00
parent 86fd4632fe
commit f30e783c8e

View file

@ -830,7 +830,7 @@ type UpdateStrategy struct {
Stagger time.Duration
// MaxParallel is how many updates can be done in parallel
MaxParallel int
MaxParallel int `mapstructure:"max_parallel"`
}
// Rolling returns if a rolling strategy should be used