open-nomad/nomad/structs/config
Alex Dadgar 606bb30863 Merge pull request #2226 from hashicorp/b-vault
Improve Vault integration and validation
2017-01-23 14:59:41 -08:00
..
consul.go Moved functions to helper from structs 2017-01-18 15:55:14 -08:00
README.md Create a nomad/structs/config to break an import cycle. 2016-06-10 15:48:36 -04:00
tls.go Fixed comment 2016-11-03 14:45:03 -07:00
vault.go Check capabilities, allow creation against role 2017-01-19 13:40:32 -08:00
vault_test.go Fix Vault parsing of booleans 2016-10-10 18:04:39 -07: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).