Update Mesos documentation
This commit is contained in:
parent
a96f483d56
commit
b9f76394aa
3 changed files with 95 additions and 6 deletions
|
@ -33,9 +33,9 @@ type Mesos struct {
|
|||
Domain string `description:"Default domain used"`
|
||||
ExposedByDefault bool `description:"Expose Mesos apps by default"`
|
||||
GroupsAsSubDomains bool `description:"Convert Mesos groups to subdomains"`
|
||||
ZkDetectionTimeout int `description:"ZkDetectionTimeout"`
|
||||
RefreshSeconds int `description:"RefreshSeconds"`
|
||||
IPSources string `description:"IPSources"` // e.g. "host", "docker", "mesos", "rkt"
|
||||
ZkDetectionTimeout int `description:"Zookeeper timeout (in seconds)"`
|
||||
RefreshSeconds int `description:"Polling interval (in seconds)"`
|
||||
IPSources string `description:"IPSources (e.g. host, docker, mesos, rkt)"` // e.g. "host", "docker", "mesos", "rkt"
|
||||
StateTimeoutSecond int `description:"HTTP Timeout (in seconds)"`
|
||||
Masters []string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue