open-nomad/nomad/structs/config
2023-08-14 14:25:21 -04:00
..
artifact.go
artifact_test.go
audit.go
audit_test.go
autopilot.go
autopilot_test.go
consul.go
consul_test.go
drain.go compliance: add headers with fixed copywrite tool (#17353) 2023-05-30 09:20:32 -05:00
drain_test.go test: add drain config tests. (#17724) 2023-06-26 16:23:13 +01:00
limits.go
limits_test.go
plugins.go
plugins_test.go
README.md
sentinel.go
tls.go
tls_test.go cli: tls certs not created with correct SANs (#16959) 2023-05-22 09:31:56 -04:00
ui.go config: add configurable content security policy (#18085) 2023-08-14 14:25:21 -04:00
ui_test.go config: add configurable content security policy (#18085) 2023-08-14 14:25:21 -04: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).