Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bbs ¶
type Bbs struct { /*ApiLocation - Descr: Address to the BBS Server Default: bbs.service.cf.internal:8889 */ ApiLocation interface{} `yaml:"api_location,omitempty"` /*RequireSsl - Descr: enable ssl for all communication with the bbs Default: true */ RequireSsl interface{} `yaml:"require_ssl,omitempty"` /*ClientCert - Descr: PEM-encoded client certificate Default: <nil> */ ClientCert interface{} `yaml:"client_cert,omitempty"` /*MaxIdleConnsPerHost - Descr: maximum number of idle http connections Default: <nil> */ MaxIdleConnsPerHost interface{} `yaml:"max_idle_conns_per_host,omitempty"` /*ClientKey - Descr: PEM-encoded client key Default: <nil> */ ClientKey interface{} `yaml:"client_key,omitempty"` /*ClientSessionCacheSize - Descr: capacity of the tls client cache Default: <nil> */ ClientSessionCacheSize interface{} `yaml:"client_session_cache_size,omitempty"` /*CaCert - Descr: PEM-encoded CA certificate Default: <nil> */ CaCert interface{} `yaml:"ca_cert,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Converger ¶
type Converger struct { /*DropsondePort - Descr: local metron agent's port Default: 3457 */ DropsondePort interface{} `yaml:"dropsonde_port,omitempty"` /*RepeatIntervalInSeconds - Descr: the interval between runs of the converge process Default: 30 */ RepeatIntervalInSeconds interface{} `yaml:"repeat_interval_in_seconds,omitempty"` /*ExpireCompletedTaskDurationInSeconds - Descr: completed, unresolved tasks are deleted after this duration in seconds Default: 120 */ ExpireCompletedTaskDurationInSeconds interface{} `yaml:"expire_completed_task_duration_in_seconds,omitempty"` /*LogLevel - Descr: Log level Default: info */ LogLevel interface{} `yaml:"log_level,omitempty"` /*KickTaskDurationInSeconds - Descr: the interval, in seconds, between kicks to tasks in seconds Default: 30 */ KickTaskDurationInSeconds interface{} `yaml:"kick_task_duration_in_seconds,omitempty"` /*ExpirePendingTaskDurationInSeconds - Descr: unclaimed tasks are marked as failed, after this duration in seconds Default: 1800 */ ExpirePendingTaskDurationInSeconds interface{} `yaml:"expire_pending_task_duration_in_seconds,omitempty"` /*Bbs - Descr: Address to the BBS Server Default: bbs.service.cf.internal:8889 */ Bbs *Bbs `yaml:"bbs,omitempty"` /*DebugAddr - Descr: address at which to serve debug info Default: 0.0.0.0:17002 */ DebugAddr interface{} `yaml:"debug_addr,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type ConvergerJob ¶
type ConvergerJob struct { /*Diego - Descr: the interval, in seconds, between kicks to tasks in seconds Default: 30 */ Diego *Diego `yaml:"diego,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.