open-nomad/nomad/structs/config
Michael Schurter c06ea132d3 audit: add file mode configuration parameter
Rest of implementation is in nomad-enterprise
2021-07-20 10:54:53 -07:00
..
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
autopilot_test.go
consul.go consul/connect: dynamically select envoy sidecar at runtime 2020-10-13 09:14:12 -05:00
consul_test.go
limits.go
limits_test.go
plugins.go
plugins_test.go
README.md
sentinel.go
tls.go Add gosimple linter (#9590) 2020-12-09 11:05:18 -08:00
tls_test.go
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).