open-nomad/nomad/structs/config
James Rasell b6813f1221
chore: fix incorrect docstring formatting.
2021-08-30 11:08:12 +02:00
..
README.md
audit.go audit: add file mode configuration parameter 2021-07-20 10:54:53 -07:00
audit_test.go update audit examples to an endpoint that is audited 2020-03-30 10:03:11 -04:00
autopilot.go chore: fix incorrect docstring formatting. 2021-08-30 11:08:12 +02:00
autopilot_test.go implement MinQuorum 2020-02-16 16:04:59 -06:00
consul.go chore: fix incorrect docstring formatting. 2021-08-30 11:08:12 +02:00
consul_test.go command, docs: create and document consul token configuration for connect acls (gh-6716) 2020-01-31 19:02:53 -06:00
limits.go core: add limits to unauthorized connections 2020-01-30 10:38:25 -08:00
limits_test.go core: add limits to unauthorized connections 2020-01-30 10:38:25 -08: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
sentinel.go
tls.go Add gosimple linter (#9590) 2020-12-09 11:05:18 -08:00
tls_test.go
vault.go chore: fix incorrect docstring formatting. 2021-08-30 11:08:12 +02:00
vault_test.go

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