open-nomad/nomad/structs/config
Nick Ethier 1b7fa4fe29
Optional Consul service tags for nomad server and agent services (#5706)
Optional Consul service tags for nomad server and agent services
2019-06-13 09:00:35 -04:00
..
autopilot.go config merge maintains *HCL string fields used for duration conversion 2019-06-11 16:34:04 -04:00
autopilot_test.go
consul.go Optional Consul service tags for nomad server and agent services (#5706) 2019-06-13 09:00:35 -04:00
plugins.go tag HCL bookkeeping keys with json:"-" to keep them out of the api 2019-04-30 10:29:14 -04:00
plugins_test.go Plugin config parsing 2018-08-29 17:06:01 -07:00
README.md
sentinel.go
tls.go tag HCL bookkeeping keys with json:"-" to keep them out of the api 2019-04-30 10:29:14 -04:00
tls_test.go add support for tls PreferServerCipherSuites 2018-05-25 13:20:00 -04:00
vault.go agent/config, config/* mapstructure tags -> hcl tags 2019-04-30 10:29:14 -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).