auctioneer

package
v1.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 6, 2017 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Auctioneer

type Auctioneer struct {

	/*Bbs - Descr: maximum number of idle http connections Default: <nil>
	 */
	Bbs *Bbs `yaml:"bbs,omitempty"`

	/*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"`

	/*StartingContainerWeight - Descr: Factor to bias against cells with starting containers (0.0 - 1.0) Default: 0.25
	 */
	StartingContainerWeight interface{} `yaml:"starting_container_weight,omitempty"`

	/*DebugAddr - Descr: address at which to serve debug info Default: 127.0.0.1:17001
	 */
	DebugAddr interface{} `yaml:"debug_addr,omitempty"`

	/*LogLevel - Descr: Log level Default: info
	 */
	LogLevel interface{} `yaml:"log_level,omitempty"`

	/*CellStateTimeout - Descr: Timeout applied to HTTP requests to the Cell State endpoint. Default: 1s
	 */
	CellStateTimeout interface{} `yaml:"cell_state_timeout,omitempty"`

	/*DropsondePort - Descr: local metron agent's port Default: 3457
	 */
	DropsondePort interface{} `yaml:"dropsonde_port,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

type AuctioneerJob

type AuctioneerJob struct {

	/*Diego - Descr: address at which to serve debug info Default: 127.0.0.1:17001
	 */
	Diego *Diego `yaml:"diego,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

type Bbs

type Bbs struct {

	/*MaxIdleConnsPerHost - Descr: maximum number of idle http connections Default: <nil>
	 */
	MaxIdleConnsPerHost interface{} `yaml:"max_idle_conns_per_host,omitempty"`

	/*CaCert - Descr: PEM-encoded CA certificate Default: <nil>
	 */
	CaCert interface{} `yaml:"ca_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"`

	/*ApiLocation - Descr: Address to the BBS Server Default: bbs.service.cf.internal:8889
	 */
	ApiLocation interface{} `yaml:"api_location,omitempty"`

	/*ClientCert - Descr: PEM-encoded client certificate Default: <nil>
	 */
	ClientCert interface{} `yaml:"client_cert,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

type Diego

type Diego struct {

	/*Auctioneer - Descr: address at which to serve debug info Default: 127.0.0.1:17001
	 */
	Auctioneer *Auctioneer `yaml:"auctioneer,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL