5957030d18
* connect: add unix socket to proxy grpc for envoy Fixes #6124 Implement a L4 proxy from a unix socket inside a network namespace to Consul's gRPC endpoint on the host. This allows Envoy to connect to Consul's xDS configuration API. * connect: pointer receiver on structs with mutexes * connect: warn on all proxy errors |
||
---|---|---|
.. | ||
README.md | ||
autopilot.go | ||
autopilot_test.go | ||
consul.go | ||
consul_test.go | ||
plugins.go | ||
plugins_test.go | ||
sentinel.go | ||
tls.go | ||
tls_test.go | ||
vault.go | ||
vault_test.go |
README.md
Overview
nomad/structs/config
is a package for configuration struct
s 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).