open-nomad/nomad/structs/config
James Rasell 15afef9b77 Allow Nomads Consul health checks to be configurable.
This change allows the client HTTP and the server HTTP, Serf and
RPC health check names within Consul to be configurable with the
defaults as previous. The configuration can be done via either a
config file or using CLI flags.

Closes #3988
2018-03-19 19:37:56 +01: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 Allow Nomads Consul health checks to be configurable. 2018-03-19 19:37:56 +01:00
README.md
sentinel.go sync 2017-09-19 10:08:23 -05:00
tls.go call reload on agent, client, and server separately 2018-01-08 09:56:31 -05:00
tls_test.go remove unnecessary nil checks; default case 2018-01-08 09:24:28 -05:00
vault.go
vault_test.go

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