Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cc ¶
type Cc struct {
/*JobPollingIntervalInSeconds - Descr: the interval between job polling requests Default: <nil>
*/
JobPollingIntervalInSeconds interface{} `yaml:"job_polling_interval_in_seconds,omitempty"`
}
* File Generated by enaml generator * !!! Please do not edit this file !!!
type CcUploader ¶
type CcUploader struct { /*LogLevel - Descr: Log level Default: info */ LogLevel interface{} `yaml:"log_level,omitempty"` /*DropsondePort - Descr: local metron agent's port Default: 3457 */ DropsondePort interface{} `yaml:"dropsonde_port,omitempty"` /*ListenAddr - Descr: Address of interface on which to serve files Default: 0.0.0.0:9090 */ ListenAddr interface{} `yaml:"listen_addr,omitempty"` /*DebugAddr - Descr: address at which to serve debug info Default: 0.0.0.0:17018 */ DebugAddr interface{} `yaml:"debug_addr,omitempty"` /*Cc - Descr: the interval between job polling requests Default: <nil> */ Cc *Cc `yaml:"cc,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type CcUploaderJob ¶ added in v0.0.4
type CcUploaderJob struct { /*Diego - Descr: the interval between job polling requests Default: <nil> */ Diego *Diego `yaml:"diego,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Diego ¶
type Diego struct { /*Ssl - Descr: when connecting over https, ignore bad ssl certificates Default: false */ Ssl *Ssl `yaml:"ssl,omitempty"` /*CcUploader - Descr: the interval between job polling requests Default: <nil> */ CcUploader *CcUploader `yaml:"cc_uploader,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.