Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cc ¶
type Cc struct { /*SrvApiUri - Descr: API URI of cloud controller Default: <nil> */ SrvApiUri interface{} `yaml:"srv_api_uri,omitempty"` /*BulkApiPassword - Descr: password for the bulk api Default: <nil> */ BulkApiPassword interface{} `yaml:"bulk_api_password,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Etcd ¶
type Etcd struct { /*Machines - Descr: IPs pointing to the ETCD cluster Default: <nil> */ Machines interface{} `yaml:"machines,omitempty"` /*Maxconcurrentrequests - Descr: Number of concurrent requests to ETCD Default: 10 */ Maxconcurrentrequests interface{} `yaml:"maxconcurrentrequests,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Loggregator ¶
type Loggregator struct { /*Etcd - Descr: IPs pointing to the ETCD cluster Default: <nil> */ Etcd *Etcd `yaml:"etcd,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type MetronEndpoint ¶
type MetronEndpoint struct { /*Host - Descr: The host used to emit messages to the Metron agent Default: 127.0.0.1 */ Host interface{} `yaml:"host,omitempty"` /*DropsondePort - Descr: The port used to emit dropsonde messages to the Metron agent Default: 3457 */ DropsondePort interface{} `yaml:"dropsonde_port,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Ssl ¶
type Ssl struct {
/*SkipCertVerify - Descr: when connecting over https, ignore bad ssl certificates Default: false
*/
SkipCertVerify interface{} `yaml:"skip_cert_verify,omitempty"`
}
* File Generated by enaml generator * !!! Please do not edit this file !!!
type SyslogDrainBinder ¶
type SyslogDrainBinder struct { /*UpdateIntervalSeconds - Descr: Interval on which to poll cloud controller in seconds Default: 15 */ UpdateIntervalSeconds interface{} `yaml:"update_interval_seconds,omitempty"` /*Debug - Descr: boolean value to turn on verbose logging for syslog_drain_binder Default: false */ Debug interface{} `yaml:"debug,omitempty"` /*DrainUrlTtlSeconds - Descr: Time to live for drain urls in seconds Default: 60 */ DrainUrlTtlSeconds interface{} `yaml:"drain_url_ttl_seconds,omitempty"` /*PollingBatchSize - Descr: Batch size for the poll from cloud controller Default: 1000 */ PollingBatchSize interface{} `yaml:"polling_batch_size,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type SyslogDrainBinderJob ¶
type SyslogDrainBinderJob struct { /*Cc - Descr: API URI of cloud controller Default: <nil> */ Cc *Cc `yaml:"cc,omitempty"` /*Ssl - Descr: when connecting over https, ignore bad ssl certificates Default: false */ Ssl *Ssl `yaml:"ssl,omitempty"` /*MetronEndpoint - Descr: The host used to emit messages to the Metron agent Default: 127.0.0.1 */ MetronEndpoint *MetronEndpoint `yaml:"metron_endpoint,omitempty"` /*SystemDomain - Descr: Domain reserved for CF operator, base URL where the login, uaa, and other non-user apps listen Default: <nil> */ SystemDomain interface{} `yaml:"system_domain,omitempty"` /*Loggregator - Descr: IPs pointing to the ETCD cluster Default: <nil> */ Loggregator *Loggregator `yaml:"loggregator,omitempty"` /*SyslogDrainBinder - Descr: Time to live for drain urls in seconds Default: 60 */ SyslogDrainBinder *SyslogDrainBinder `yaml:"syslog_drain_binder,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.