Commit 1a14e6dd authored by Brian Akins's avatar Brian Akins Committed by Brian Brazil

Add Kubernetes namespace discovery (#736)

parent 4e15503b
......@@ -619,6 +619,11 @@ basic_auth:
# TLS configuration.
tls_config:
[ <tls_config> ]
# Optional namespace discovery. If omitted, all namespaces are used.
namespaces:
names:
[ - <string> ]
```
Where `<role>` must be `endpoints`, `service`, `pod`, or `node`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment