open-consul/agent/config
Daniel Nephin fcbdfa393e config: Use LiteralSource for some defaults
Using the LiteralSource makes it much easier to find default values, because an IDE reports
the location of a default. With an HCL string they are harder to discover.

Also removes unnecessary mapstructure.Decodes of constant values.
2020-11-20 18:14:17 -05:00
..
agent_limits.go config: validate system limits against limits.http_max_conns_per_client (#7434) 2020-04-02 09:22:17 +02:00
agent_limits_test.go config: Make Source an interface 2020-08-10 12:46:28 -04:00
builder.go config: Use LiteralSource for some defaults 2020-11-20 18:14:17 -05:00
builder_oss.go Refactor to call non-voting servers read replicas (#9191) 2020-11-17 10:53:57 -05:00
builder_oss_test.go Refactor to call non-voting servers read replicas (#9191) 2020-11-17 10:53:57 -05:00
builder_test.go config: move NodeName validation to config validation 2020-08-17 17:25:02 -04:00
config.go Refactor to call non-voting servers read replicas (#9191) 2020-11-17 10:53:57 -05:00
config_oss.go agent/config: add auditing config to OSS and add to enterpriseConfigMap exclusions 2020-05-11 13:27:35 -07:00
default.go config: Use LiteralSource for some defaults 2020-11-20 18:14:17 -05:00
default_oss.go config: Use LiteralSource for some defaults 2020-11-20 18:14:17 -05:00
doc.go
flags.go Refactor to call non-voting servers read replicas (#9191) 2020-11-17 10:53:57 -05:00
flags_test.go config: rename Flags to BuilderOpts 2020-06-16 12:51:19 -04:00
flagset.go
limits.go Add unconvert linter 2020-05-12 13:47:25 -04:00
limits_windows.go config: validate system limits against limits.http_max_conns_per_client (#7434) 2020-04-02 09:22:17 +02:00
merge.go Agent Auto Configuration: Configuration Syntax Updates (#8003) 2020-06-16 15:03:22 -04:00
merge_test.go Agent Auto Configuration: Configuration Syntax Updates (#8003) 2020-06-16 15:03:22 -04:00
runtime.go Refactor to call non-voting servers read replicas (#9191) 2020-11-17 10:53:57 -05:00
runtime_oss.go
runtime_oss_test.go Refactor to call non-voting servers read replicas (#9191) 2020-11-17 10:53:57 -05:00
runtime_test.go config: Use LiteralSource for some defaults 2020-11-20 18:14:17 -05:00
segment_oss.go
segment_oss_test.go testing: Remove all the defer os.Removeall 2020-08-14 19:58:53 -04:00