open-nomad/nomad/structs/config
2018-01-17 00:20:13 -08:00
..
autopilot.go Fix comments/text referring to consul 2018-01-17 00:20:13 -08:00
autopilot_test.go Add autopilot functionality based on Consul's autopilot 2017-12-18 14:29:41 -08:00
consul.go Update consul/api and comment to custom http.Client 2017-05-30 15:11:32 -07:00
README.md
sentinel.go sync 2017-09-19 10:08:23 -05:00
tls.go fix for rpc_upgrade_mode 2017-12-11 19:23:45 -05:00
tls_test.go fix for rpc_upgrade_mode 2017-12-11 19:23:45 -05:00
vault.go
vault_test.go Add role to merge test 2017-02-01 16:37:08 -08:00

Overview

nomad/structs/config is a package for configuration structs that are shared among packages that needs the same struct definitions, but can't import each other without creating a cyle. This config package must be terminal in the import graph (or very close to terminal in the dependency graph).