Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Etcd ¶
type Etcd struct {
/*Machines - Descr: IPs pointing to the ETCD cluster Default: <nil>
*/
Machines interface{} `yaml:"machines,omitempty"`
}
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Loggregator ¶
type Loggregator struct { /*Etcd - Descr: IPs pointing to the ETCD cluster Default: <nil> */ Etcd *Etcd `yaml:"etcd,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type LoggregatorAcceptanceTests ¶
type LoggregatorAcceptanceTests struct { /*AdminPassword - Descr: Default: <nil> */ AdminPassword interface{} `yaml:"admin_password,omitempty"` /*LoginRequired - Descr: Default: <nil> */ LoginRequired interface{} `yaml:"login_required,omitempty"` /*AdminUser - Descr: Default: <nil> */ AdminUser interface{} `yaml:"admin_user,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type LoggregatorAcceptanceTestsJob ¶
type LoggregatorAcceptanceTestsJob struct { /*LoggregatorEndpoint - Descr: Default: <nil> */ LoggregatorEndpoint *LoggregatorEndpoint `yaml:"loggregator_endpoint,omitempty"` /*LoggregatorAcceptanceTests - Descr: Default: <nil> */ LoggregatorAcceptanceTests *LoggregatorAcceptanceTests `yaml:"loggregator_acceptance_tests,omitempty"` /*Loggregator - Descr: IPs pointing to the ETCD cluster Default: <nil> */ Loggregator *Loggregator `yaml:"loggregator,omitempty"` /*SystemDomain - Descr: for computing the Traffic Controller URL Default: <nil> */ SystemDomain interface{} `yaml:"system_domain,omitempty"` /*Ssl - Descr: Default: <nil> */ Ssl *Ssl `yaml:"ssl,omitempty"` /*MetronAgent - Descr: port for tests to send metrics to metron Default: <nil> */ MetronAgent *MetronAgent `yaml:"metron_agent,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type LoggregatorEndpoint ¶
type LoggregatorEndpoint struct {
SharedSecret interface{} `yaml:"shared_secret,omitempty"`
}* File Generated by enaml generator * !!! Please do not edit this file !!!
type MetronAgent ¶
type MetronAgent struct {
/*DropsondeIncomingPort - Descr: port for tests to send metrics to metron Default: <nil>
*/
DropsondeIncomingPort interface{} `yaml:"dropsonde_incoming_port,omitempty"`
}
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.