consul/agent/proxycfg
Daniel Nephin 62efaaab21 config-entry: remove Kind and Name field from Mesh config entry
No config entry needs a Kind field. It is only used to determine the Go type to
target. As we introduce new config entries (like this one) we can remove the kind field
and have the GetKind method return the single supported value.

In this case (similar to proxy-defaults) the Name field is also unnecessary. We always
use the same value. So we can omit the name field entirely.
2021-04-29 17:11:21 -04:00
..
manager.go proxycfg: use rpcclient/health.Client instead of passing around cache name 2021-03-12 11:46:04 -05:00
manager_test.go connect: do not set QuerySource.Node 2021-04-27 19:03:16 -04:00
proxycfg.go Proxy Config Manager (#4729) 2018-10-10 16:55:34 +01:00
snapshot.go Rename "cluster" config entry to "mesh" (#10127) 2021-04-28 16:13:29 -06:00
state.go Rename "cluster" config entry to "mesh" (#10127) 2021-04-28 16:13:29 -06:00
state_test.go config-entry: remove Kind and Name field from Mesh config entry 2021-04-29 17:11:21 -04:00
testing.go Support Incremental xDS mode (#9855) 2021-04-29 13:54:05 -05:00