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 goimports 2019-01-22 15:44:31 -08:00
autopilot_test.go implement MinQuorum 2020-02-16 16:04:59 -06:00
iterator.go csi: use node MaxVolumes during scheduling (#7565) 2020-03-31 17:16:47 -04:00
schema.go scaling api: more testing around the scaling events api 2020-04-01 16:39:23 +00:00
schema_test.go nomad: ensure a unique ClusterID exists when leader (gh-6702) 2020-01-31 19:03:26 -06:00
state_store.go refactor: make it clear where we're accessing dstate 2020-07-20 11:25:53 -04:00
state_store_oss.go enterprise specific state store objects 2020-07-20 09:22:26 -04:00
state_store_test.go csi: add -force flag to volume deregister (#8295) 2020-07-01 12:17:51 -04:00
testing.go Remove unused state.TestInitState 2020-07-20 09:55:55 -04:00