open-consul/agent/consul/fsm
Daniel Nephin bf4c289804 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
..
commands_oss.go state: Remove unnecessary entMeta arg to EnsureConfigEntry 2021-02-03 18:10:38 -05:00
commands_oss_test.go testing: skip slow tests with -short 2020-12-07 13:42:55 -05:00
fsm.go stream: Use a no-op event publisher if streaming is disabled 2020-10-28 13:54:19 -04:00
fsm_test.go Allow users to configure either unstructured or JSON logging (#7130) 2020-01-28 17:50:41 -06:00
snapshot.go trim help strings to save a few bytes 2020-11-16 11:02:11 -08:00
snapshot_oss.go snapshot: fix saving of auth methods 2021-04-14 16:51:21 -04:00
snapshot_oss_test.go config-entry: remove Kind and Name field from Mesh config entry 2021-04-29 17:11:21 -04:00