vizzini

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

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

* 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 {

	/*Verbose - Descr: Run tests in verbose mode Default: false
	 */
	Verbose interface{} `yaml:"verbose,omitempty"`

	/*Bbs - Descr: enable ssl for all communication with the bbs Default: true
	 */
	Bbs *Bbs `yaml:"bbs,omitempty"`

	/*Ssh - Descr: Shared secret for the SSH proxy's Diego authenticator Default: <nil>
	 */
	Ssh *Ssh `yaml:"ssh,omitempty"`

	/*Nodes - Descr: The number of nodes to run the tests with Default: 4
	 */
	Nodes interface{} `yaml:"nodes,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"`
}

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

type VizziniJob

type VizziniJob struct {

	/*Vizzini - Descr: The deployment's routable domain name Default: <nil>
	 */
	Vizzini *Vizzini `yaml:"vizzini,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