open-nomad/nomad/structs/config
2018-08-29 17:06:01 -07:00
..
autopilot.go
autopilot_test.go
consul.go Update Consul check params from using health-check to check. 2018-03-20 16:03:58 +01:00
plugins.go Plugin config parsing 2018-08-29 17:06:01 -07:00
plugins_test.go Plugin config parsing 2018-08-29 17:06:01 -07:00
README.md
sentinel.go
tls.go add simple getter for certificate 2018-08-10 12:37:21 -04:00
tls_test.go add support for tls PreferServerCipherSuites 2018-05-25 13:20:00 -04:00
vault.go fix for dynamically reloading vault 2018-06-07 15:34:18 -04:00
vault_test.go fix for dynamically reloading vault 2018-06-07 15:34:18 -04: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).