open-nomad/nomad/state
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
..
autopilot.go
autopilot_test.go
iterator.go
schema.go
schema_test.go
state_store.go
state_store_oss.go
state_store_test.go
testing.go