Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bbs ¶
type Bbs struct { /*ClientKey - Descr: PEM-encoded client key Default: <nil> */ ClientKey interface{} `yaml:"client_key,omitempty"` /*ApiLocation - Descr: Address to the BBS Server Default: bbs.service.cf.internal:8889 */ ApiLocation interface{} `yaml:"api_location,omitempty"` /*ClientSessionCacheSize - Descr: capacity of the tls client cache Default: <nil> */ ClientSessionCacheSize interface{} `yaml:"client_session_cache_size,omitempty"` /*RequireSsl - Descr: enable ssl for all communication with the bbs Default: true */ RequireSsl interface{} `yaml:"require_ssl,omitempty"` /*CaCert - Descr: PEM-encoded CA certificate Default: <nil> */ CaCert interface{} `yaml:"ca_cert,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"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Cc ¶
type Cc struct { /*ExternalPort - Descr: External port to access the Cloud Controller Default: 9022 */ ExternalPort interface{} `yaml:"external_port,omitempty"` /*BasicAuthUsername - Descr: Basic auth username for CC internal API Default: internal_user */ BasicAuthUsername interface{} `yaml:"basic_auth_username,omitempty"` /*BasicAuthPassword - Descr: Basic auth password for CC internal API Default: <nil> */ BasicAuthPassword interface{} `yaml:"basic_auth_password,omitempty"` /*InternalServiceHostname - Descr: Internal CC host name Default: cloud-controller-ng.service.cf.internal */ InternalServiceHostname interface{} `yaml:"internal_service_hostname,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"` /*Tps - Descr: Maximum number of requests to handle at once. Default: 200 */ Tps *Tps `yaml:"tps,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Listener ¶
type Listener struct { /*ListenAddr - Descr: address at which to serve API requests Default: 0.0.0.0:1518 */ ListenAddr interface{} `yaml:"listen_addr,omitempty"` /*DebugAddr - Descr: address at which to serve debug info Default: 0.0.0.0:17014 */ DebugAddr interface{} `yaml:"debug_addr,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 Tps ¶
type Tps struct { /*MaxInFlightRequests - Descr: Maximum number of requests to handle at once. Default: 200 */ MaxInFlightRequests interface{} `yaml:"max_in_flight_requests,omitempty"` /*Bbs - Descr: PEM-encoded client key Default: <nil> */ Bbs *Bbs `yaml:"bbs,omitempty"` /*Cc - Descr: External port to access the Cloud Controller Default: 9022 */ Cc *Cc `yaml:"cc,omitempty"` /*DropsondePort - Descr: local metron agent's port Default: 3457 */ DropsondePort interface{} `yaml:"dropsonde_port,omitempty"` /*Watcher - Descr: address at which to serve debug info Default: 0.0.0.0:17015 */ Watcher *Watcher `yaml:"watcher,omitempty"` /*LogLevel - Descr: Log level Default: info */ LogLevel interface{} `yaml:"log_level,omitempty"` /*Listener - Descr: address at which to serve API requests Default: 0.0.0.0:1518 */ Listener *Listener `yaml:"listener,omitempty"` /*ConsulAgentPort - Descr: local consul agent's port Default: 8500 */ ConsulAgentPort interface{} `yaml:"consul_agent_port,omitempty"` /*TrafficControllerUrl - Descr: URL of Traffic controller Default: ws://loggregator-trafficcontroller.service.cf.internal:8081 */ TrafficControllerUrl interface{} `yaml:"traffic_controller_url,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Source Files ¶
Click to show internal directories.
Click to hide internal directories.