Browse Source

minor: fix docstring of DNSOnlyPassing (#8318)

In runtime.go it had "duration" but it is actually a boolean.
pull/8320/head
André 4 years ago committed by GitHub
parent
commit
3bc27df844
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      agent/config/runtime.go

2
agent/config/runtime.go

@ -293,7 +293,7 @@ type RuntimeConfig struct {
// whose health checks are in any non-passing state. By
// default, only nodes in a critical state are excluded.
//
// hcl: dns_config { only_passing = "duration" }
// hcl: dns_config { only_passing = (true|false) }
DNSOnlyPassing bool
// DNSRecursorTimeout specifies the timeout in seconds

Loading…
Cancel
Save