Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Auctioneer ¶
type Auctioneer struct { /*ListenAddr - Descr: address where auctioneer listens for LRP and task start auction requests Default: 0.0.0.0:9016 */ ListenAddr interface{} `yaml:"listen_addr,omitempty"` /*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"` /*CellStateTimeout - Descr: Timeout applied to HTTP requests to the Cell State endpoint. Default: 1s */ CellStateTimeout interface{} `yaml:"cell_state_timeout,omitempty"` /*StartingContainerWeight - Descr: Factor to bias against cells with starting containers (0.0 - 1.0) Default: 0.25 */ StartingContainerWeight interface{} `yaml:"starting_container_weight,omitempty"` /*Bbs - Descr: maximum number of idle http connections Default: <nil> */ Bbs *Bbs `yaml:"bbs,omitempty"` /*DebugAddr - Descr: address at which to serve debug info Default: 0.0.0.0:17001 */ DebugAddr interface{} `yaml:"debug_addr,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type AuctioneerJob ¶
type AuctioneerJob struct { /*Diego - Descr: local metron agent's port Default: 3457 */ Diego *Diego `yaml:"diego,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Bbs ¶
type Bbs struct { /*ApiLocation - Descr: Address to the BBS Server Default: bbs.service.cf.internal:8889 */ ApiLocation interface{} `yaml:"api_location,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"` /*ClientKey - Descr: PEM-encoded client key Default: <nil> */ ClientKey interface{} `yaml:"client_key,omitempty"` /*RequireSsl - Descr: enable ssl for all communication with the bbs Default: true */ RequireSsl interface{} `yaml:"require_ssl,omitempty"` /*ClientSessionCacheSize - Descr: capacity of the tls client cache Default: <nil> */ ClientSessionCacheSize interface{} `yaml:"client_session_cache_size,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 Diego ¶
type Diego struct { /*Auctioneer - Descr: local metron agent's port Default: 3457 */ Auctioneer *Auctioneer `yaml:"auctioneer,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.