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 { /*DebugAddr - Descr: address at which to serve debug info Default: 0.0.0.0:17017 */ DebugAddr interface{} `yaml:"debug_addr,omitempty"` /*AdvertisementBaseHostname - Descr: Suffix for the BBS advertised hostname Default: bbs.service.cf.internal */ AdvertisementBaseHostname interface{} `yaml:"advertisement_base_hostname,omitempty"` /*Auctioneer - Descr: Address of the auctioneer API Default: http://auctioneer.service.cf.internal:9016 */ Auctioneer *Auctioneer `yaml:"auctioneer,omitempty"` /*ServerKey - Descr: PEM-encoded client key Default: <nil> */ ServerKey interface{} `yaml:"server_key,omitempty"` /*ServerCert - Descr: PEM-encoded client certificate Default: <nil> */ ServerCert interface{} `yaml:"server_cert,omitempty"` /*CaCert - Descr: PEM-encoded CA certificate Default: <nil> */ CaCert interface{} `yaml:"ca_cert,omitempty"` /*Etcd - Descr: PEM-encoded client key Default: <nil> */ Etcd *Etcd `yaml:"etcd,omitempty"` /*RequireSsl - Descr: require ssl for all communication the bbs Default: true */ RequireSsl interface{} `yaml:"require_ssl,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"` /*ListenAddr - Descr: address at which to serve API requests Default: 0.0.0.0:8889 */ ListenAddr interface{} `yaml:"listen_addr,omitempty"` /*LogLevel - Descr: Log level Default: info */ LogLevel interface{} `yaml:"log_level,omitempty"` /*Sql - Descr: Maximum number of open connections to the SQL database Default: <nil> */ Sql *Sql `yaml:"sql,omitempty"` /*DesiredLrpCreationTimeout - Descr: expected maximum time to create all components of a desired LRP Default: <nil> */ DesiredLrpCreationTimeout interface{} `yaml:"desired_lrp_creation_timeout,omitempty"` /*DropsondePort - Descr: local metron agent's port Default: 3457 */ DropsondePort interface{} `yaml:"dropsonde_port,omitempty"` /*EncryptionKeys - Descr: List of encryption keys to be used Default: [] */ EncryptionKeys interface{} `yaml:"encryption_keys,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type BbsJob ¶
type BbsJob struct { /*Diego - Descr: PEM-encoded client key 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: PEM-encoded client key Default: <nil> */ Bbs *Bbs `yaml:"bbs,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Etcd ¶
type Etcd struct { /*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"` /*ClientKey - Descr: PEM-encoded client key Default: <nil> */ ClientKey interface{} `yaml:"client_key,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"` /*RequireSsl - Descr: enable ssl for all communication with etcd 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"` }
* 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 !!!
Click to show internal directories.
Click to hide internal directories.