Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bbs ¶
type Bbs struct { /*ApiLocation - Descr: The address of the BBS 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"` /*RequireSsl - Descr: enable ssl for all communication with the bbs Default: true */ RequireSsl interface{} `yaml:"require_ssl,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 Ssh ¶
type Ssh struct { /*ProxyAddress - Descr: Host and port for the SSH proxy Default: ssh-proxy.service.cf.internal:2222 */ ProxyAddress interface{} `yaml:"proxy_address,omitempty"` /*ProxySecret - Descr: Shared secret for the SSH proxy's Diego authenticator Default: <nil> */ ProxySecret interface{} `yaml:"proxy_secret,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Vizzini ¶
type Vizzini struct { /*Bbs - Descr: The address of the BBS Default: bbs.service.cf.internal:8889 */ Bbs *Bbs `yaml:"bbs,omitempty"` /*Ssh - Descr: Host and port for the SSH proxy Default: ssh-proxy.service.cf.internal:2222 */ Ssh *Ssh `yaml:"ssh,omitempty"` /*Verbose - Descr: Run tests in verbose mode Default: false */ Verbose interface{} `yaml:"verbose,omitempty"` /*EventuallyTimeout - Descr: default timeout for ginkgo assertions Default: <nil> */ EventuallyTimeout interface{} `yaml:"eventually_timeout,omitempty"` /*RoutableDomainSuffix - Descr: The deployment's routable domain name Default: <nil> */ RoutableDomainSuffix interface{} `yaml:"routable_domain_suffix,omitempty"` /*Nodes - Descr: The number of nodes to run the tests with Default: 4 */ Nodes interface{} `yaml:"nodes,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type VizziniJob ¶
type VizziniJob struct { /*Vizzini - Descr: default timeout for ginkgo assertions Default: <nil> */ Vizzini *Vizzini `yaml:"vizzini,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.