Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Broker ¶
type Broker struct {
/*Name - Descr: Service name displayed in the catalog metadata Default: p-rabbitmq
*/
Name interface{} `yaml:"name,omitempty"`
}
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Cf ¶
type Cf struct { /*AdminUsername - Descr: Username of the admin user Default: <nil> */ AdminUsername interface{} `yaml:"admin_username,omitempty"` /*AdminPassword - Descr: Password of the admin user Default: <nil> */ AdminPassword interface{} `yaml:"admin_password,omitempty"` /*ApiUrl - Descr: Full URL of Cloud Foundry API Default: <nil> */ ApiUrl interface{} `yaml:"api_url,omitempty"` /*Domain - Descr: Sys domain for Cloud Foundry Default: <nil> */ Domain interface{} `yaml:"domain,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type SmokeTests ¶
type SmokeTests struct { /*Org - Descr: Pre-existing CF organization to be used by the smoke tests errand Default: */ Org interface{} `yaml:"org,omitempty"` /*TimeoutScale - Descr: Timeout scale to be used by the smoke tests errand Default: 3 */ TimeoutScale interface{} `yaml:"timeout_scale,omitempty"` /*AppsDomain - Descr: App domain for Cloud Foundry. Defaults to cf.domain. Default: */ AppsDomain interface{} `yaml:"apps_domain,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type SmokeTestsJob ¶
type SmokeTestsJob struct { /*Broker - Descr: Service name displayed in the catalog metadata Default: p-rabbitmq */ Broker *Broker `yaml:"broker,omitempty"` /*SmokeTests - Descr: App domain for Cloud Foundry. Defaults to cf.domain. Default: */ SmokeTests *SmokeTests `yaml:"smoke_tests,omitempty"` /*Cf - Descr: Full URL of Cloud Foundry API Default: <nil> */ Cf *Cf `yaml:"cf,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.