bbs

package
v0.0.62 Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2016 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 {

	/*ApiUrl - Descr: Address of the auctioneer API Default: http://auctioneer.service.cf.internal:9016
	 */
	ApiUrl interface{} `yaml:"api_url,omitempty"`
}

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

type Bbs

type Bbs struct {

	/*ListenAddr - Descr: address at which to serve API requests Default: 0.0.0.0:8889
	 */
	ListenAddr interface{} `yaml:"listen_addr,omitempty"`

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

	/*RequireSsl - Descr: require ssl for all communication the bbs Default: true
	 */
	RequireSsl interface{} `yaml:"require_ssl,omitempty"`

	/*CaCert - Descr: PEM-encoded CA certificate Default: <nil>
	 */
	CaCert interface{} `yaml:"ca_cert,omitempty"`

	/*Auctioneer - Descr: Address of the auctioneer API Default: http://auctioneer.service.cf.internal:9016
	 */
	Auctioneer *Auctioneer `yaml:"auctioneer,omitempty"`

	/*ActiveKeyLabel - Descr: Label of the encryption key to be used when writing to the database Default: <nil>
	 */
	ActiveKeyLabel interface{} `yaml:"active_key_label,omitempty"`

	/*AdvertisementBaseHostname - Descr: Suffix for the BBS advertised hostname Default: bbs.service.cf.internal
	 */
	AdvertisementBaseHostname interface{} `yaml:"advertisement_base_hostname,omitempty"`

	/*DesiredLrpCreationTimeout - Descr: expected maximum time to create all components of a desired LRP Default: <nil>
	 */
	DesiredLrpCreationTimeout interface{} `yaml:"desired_lrp_creation_timeout,omitempty"`

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

	/*Sql - Descr: EXPERIMENTAL: connection string to use for SQL backend [username:password@tcp(1.1.1.1:1234)/database] Default: <nil>
	 */
	Sql *Sql `yaml:"sql,omitempty"`

	/*EncryptionKeys - Descr: List of encryption keys to be used Default: []
	 */
	EncryptionKeys interface{} `yaml:"encryption_keys,omitempty"`

	/*ServerKey - Descr: PEM-encoded client key Default: <nil>
	 */
	ServerKey interface{} `yaml:"server_key,omitempty"`

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

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

	/*Etcd - Descr: PEM-encoded CA certificate Default: <nil>
	 */
	Etcd *Etcd `yaml:"etcd,omitempty"`
}

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

type BbsJob

type BbsJob struct {

	/*Diego - Descr: EXPERIMENTAL: connection string to use for SQL backend [username:password@tcp(1.1.1.1:1234)/database] Default: <nil>
	 */
	Diego *Diego `yaml:"diego,omitempty"`
}

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

type Diego

type Diego struct {

	/*Bbs - Descr: EXPERIMENTAL: connection string to use for SQL backend [username:password@tcp(1.1.1.1:1234)/database] Default: <nil>
	 */
	Bbs *Bbs `yaml:"bbs,omitempty"`
}

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

type Etcd

type Etcd struct {

	/*RequireSsl - Descr: enable ssl for all communication with etcd Default: true
	 */
	RequireSsl interface{} `yaml:"require_ssl,omitempty"`

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

	/*Machines - Descr: Addresses pointing to the ETCD cluster Default: [etcd.service.cf.internal]
	 */
	Machines interface{} `yaml:"machines,omitempty"`

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

	/*ClientSessionCacheSize - Descr: capacity of the tls client cache Default: <nil>
	 */
	ClientSessionCacheSize interface{} `yaml:"client_session_cache_size,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"`
}

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

type Sql

type Sql struct {

	/*DbConnectionString - Descr: EXPERIMENTAL: connection string to use for SQL backend [username:password@tcp(1.1.1.1:1234)/database] Default: <nil>
	 */
	DbConnectionString interface{} `yaml:"db_connection_string,omitempty"`

	/*MaxOpenConnections - Descr: Maximum number of open connections to the SQL database Default: <nil>
	 */
	MaxOpenConnections interface{} `yaml:"max_open_connections,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