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"`
}
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Clients ¶
type Clients struct { /*Doppler - Descr: Doppler's client secret to connect to UAA Default: <nil> */ Doppler *Doppler `yaml:"doppler,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Doppler ¶
type Doppler struct { /*UaaClientId - Descr: Doppler's client id to connect to UAA Default: doppler */ UaaClientId interface{} `yaml:"uaa_client_id,omitempty"` /*Secret - Descr: Doppler's client secret to connect to UAA Default: <nil> */ Secret interface{} `yaml:"secret,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 { /*DopplerPort - Descr: Port for outgoing doppler messages Default: 8081 */ DopplerPort interface{} `yaml:"doppler_port,omitempty"` /*OutgoingDropsondePort - Descr: Port for outgoing dropsonde messages Default: 8081 */ OutgoingDropsondePort interface{} `yaml:"outgoing_dropsonde_port,omitempty"` /*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 LoggregatorTrafficcontroller ¶
type LoggregatorTrafficcontroller struct { /*Ssl - Descr: when connecting over https, ignore bad ssl certificates Default: false */ Ssl *Ssl `yaml:"ssl,omitempty"` /*Uaa - Descr: URL of UAA Default: <nil> */ Uaa *Uaa `yaml:"uaa,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"` /*Doppler - Descr: Doppler's client id to connect to UAA Default: doppler */ Doppler *Doppler `yaml:"doppler,omitempty"` /*MetronEndpoint - Descr: The port used to emit dropsonde messages to the Metron agent Default: 3457 */ MetronEndpoint *MetronEndpoint `yaml:"metron_endpoint,omitempty"` /*Loggregator - Descr: IPs pointing to the ETCD cluster Default: <nil> */ Loggregator *Loggregator `yaml:"loggregator,omitempty"` /*TrafficController - Descr: Zone of the loggregator_trafficcontroller Default: <nil> */ TrafficController *TrafficController `yaml:"traffic_controller,omitempty"` /*Cc - Descr: API URI of cloud controller Default: <nil> */ Cc *Cc `yaml:"cc,omitempty"` /*Login - Descr: Protocol to use to connect to UAA (used in case uaa.url is not set) Default: https */ Login *Login `yaml:"login,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Login ¶
type Login struct {
/*Protocol - Descr: Protocol to use to connect to UAA (used in case uaa.url is not set) Default: https
*/
Protocol interface{} `yaml:"protocol,omitempty"`
}
* File Generated by enaml generator * !!! Please do not edit this file !!!
type MetronEndpoint ¶
type MetronEndpoint struct {
/*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 SecurityEventLogging ¶
type SecurityEventLogging struct {
/*Enabled - Descr: Enable logging of all requests made to the Traffic Controller in CEF format Default: false
*/
Enabled interface{} `yaml:"enabled,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 TrafficController ¶
type TrafficController struct { /*OutgoingPort - Descr: Port on which the traffic controller listens to for requests Default: 8080 */ OutgoingPort interface{} `yaml:"outgoing_port,omitempty"` /*SecurityEventLogging - Descr: Enable logging of all requests made to the Traffic Controller in CEF format Default: false */ SecurityEventLogging *SecurityEventLogging `yaml:"security_event_logging,omitempty"` /*Debug - Descr: boolean value to turn on verbose logging for loggregator system (dea agent & loggregator server) Default: false */ Debug interface{} `yaml:"debug,omitempty"` /*DisableAccessControl - Descr: Traffic controller bypasses authentication with the UAA and CC Default: false */ DisableAccessControl interface{} `yaml:"disable_access_control,omitempty"` /*Zone - Descr: Zone of the loggregator_trafficcontroller Default: <nil> */ Zone interface{} `yaml:"zone,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Uaa ¶
type Uaa struct { /*Clients - Descr: Doppler's client secret to connect to UAA Default: <nil> */ Clients *Clients `yaml:"clients,omitempty"` /*Url - Descr: URL of UAA Default: <nil> */ Url interface{} `yaml:"url,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!