open-nomad/nomad/structs/config
Esteban Barrios 9f19d7c373 config: add configurable content security policy (#18085) 2023-08-14 14:25:21 -04:00
..
README.md Create a `nomad/structs/config` to break an import cycle. 2016-06-10 15:48:36 -04:00
artifact.go [COMPLIANCE] Add Copyright and License Headers 2023-04-10 15:36:59 +00:00
artifact_test.go [COMPLIANCE] Add Copyright and License Headers 2023-04-10 15:36:59 +00:00
audit.go [COMPLIANCE] Add Copyright and License Headers 2023-04-10 15:36:59 +00:00
audit_test.go [COMPLIANCE] Add Copyright and License Headers 2023-04-10 15:36:59 +00:00
autopilot.go [COMPLIANCE] Add Copyright and License Headers 2023-04-10 15:36:59 +00:00
autopilot_test.go [COMPLIANCE] Add Copyright and License Headers 2023-04-10 15:36:59 +00:00
consul.go [COMPLIANCE] Add Copyright and License Headers 2023-04-10 15:36:59 +00:00
consul_test.go [COMPLIANCE] Add Copyright and License Headers 2023-04-10 15:36:59 +00:00
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 [COMPLIANCE] Add Copyright and License Headers 2023-04-10 15:36:59 +00:00
limits_test.go [COMPLIANCE] Add Copyright and License Headers 2023-04-10 15:36:59 +00:00
plugins.go [COMPLIANCE] Add Copyright and License Headers 2023-04-10 15:36:59 +00:00
plugins_test.go [COMPLIANCE] Add Copyright and License Headers 2023-04-10 15:36:59 +00:00
sentinel.go [COMPLIANCE] Add Copyright and License Headers 2023-04-10 15:36:59 +00:00
tls.go [COMPLIANCE] Add Copyright and License Headers 2023-04-10 15:36:59 +00:00
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 [COMPLIANCE] Add Copyright and License Headers 2023-04-10 15:36:59 +00:00
vault_test.go [COMPLIANCE] Add Copyright and License Headers 2023-04-10 15:36:59 +00:00

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