open-nomad/nomad/structs/config
2022-10-10 09:28:46 -05:00
..
artifact.go
artifact_test.go
audit.go cleanup more helper updates (#14638) 2022-09-21 14:53:25 -05:00
audit_test.go
autopilot.go
autopilot_test.go
consul.go
consul_test.go
limits.go
limits_test.go
plugins.go
plugins_test.go
README.md
sentinel.go client: fix data races in config handling (#14139) 2022-08-18 16:32:04 -07:00
tls.go client: fix data races in config handling (#14139) 2022-08-18 16:32:04 -07:00
tls_test.go
ui.go
ui_test.go
vault.go cleanup: rename Equals to Equal for consistency (#14759) 2022-10-10 09:28:46 -05:00
vault_test.go deps: update set and test (#14680) 2022-09-26 08:28:03 -05: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).