Provide option for kubernetes to watch only a specific namespace (#433)
This commit is contained in:
@@ -26,6 +26,7 @@ type Config struct {
|
||||
ConnectionRateLimit int `default:"1" usage:"Max number of connections to allow per second"`
|
||||
InKubeCluster bool `usage:"Use in-cluster Kubernetes config"`
|
||||
KubeConfig string `usage:"The path to a Kubernetes configuration file"`
|
||||
KubeNamespace string `usage:"The namespace to watch or blank for all, which is the default"`
|
||||
InDocker bool `usage:"Use Docker service discovery"`
|
||||
InDockerSwarm bool `usage:"Use Docker Swarm service discovery"`
|
||||
DockerSocket string `default:"unix:///var/run/docker.sock" usage:"Path to Docker socket to use"`
|
||||
|
||||
Reference in New Issue
Block a user