open-nomad/nomad/deploymentwatcher
Tim Gross d3341a2019 refactor: make it clear where we're accessing dstate
The field name `Deployment.TaskGroups` contains a map of `DeploymentState`,
which makes it a little harder to follow state updates when combined with
inconsistent naming conventions, particularly when we also have the state
store or actual `TaskGroup`s in scope. This changeset changes all uses to
`dstate` so as not to be confused with actual TaskGroups.
2020-07-20 11:25:53 -04:00
..
batcher.go
deployment_watcher.go refactor: make it clear where we're accessing dstate 2020-07-20 11:25:53 -04:00
deployments_watcher.go
deployments_watcher_test.go
doc.go
multiregion_oss.go
testutil_test.go