open-nomad/nomad/structs/config
Chelsea Holland Komlo 38f611a7f2 refactor NewTLSConfiguration to pass in verifyIncoming/verifyOutgoing
add missing fields to TLS merge method
2018-05-23 18:35:30 -04:00
..
README.md Create a `nomad/structs/config` to break an import cycle. 2016-06-10 15:48:36 -04:00
autopilot.go Refactor redundancy_zone/upgrade_version out of client meta 2018-01-29 20:03:38 -08:00
autopilot_test.go Refactor redundancy_zone/upgrade_version out of client meta 2018-01-29 20:03:38 -08:00
consul.go Update Consul check params from using health-check to check. 2018-03-20 16:03:58 +01:00
sentinel.go sync 2017-09-19 10:08:23 -05:00
tls.go refactor NewTLSConfiguration to pass in verifyIncoming/verifyOutgoing 2018-05-23 18:35:30 -04:00
tls_test.go refactor NewTLSConfiguration to pass in verifyIncoming/verifyOutgoing 2018-05-23 18:35:30 -04:00
vault.go Check capabilities, allow creation against role 2017-01-19 13:40:32 -08:00
vault_test.go Add role to merge test 2017-02-01 16:37:08 -08:00

README.md

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).