Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Api ¶
type Api struct { /*Username - Descr: Username to authenticate with Default: <nil> */ Username interface{} `yaml:"username,omitempty"` /*Space - Descr: CF Space with in Org to use for test app Default: gemfire-smoke-test-space-57818572-4437-45d8-a25b-d71e5f5eae7d */ Space interface{} `yaml:"space,omitempty"` /*Org - Descr: CF Org to use for test app Default: system */ Org interface{} `yaml:"org,omitempty"` /*Url - Descr: Cloud Controller API address Default: <nil> */ Url interface{} `yaml:"url,omitempty"` /*Password - Descr: Password for authentication Default: <nil> */ Password interface{} `yaml:"password,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Broker ¶
type Broker struct {
/*Url - Descr: Gemfire service broker API address Default: <nil>
*/
Url interface{} `yaml:"url,omitempty"`
}
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Cc ¶
type Cc struct { /*Api - Descr: Password for authentication Default: <nil> */ Api *Api `yaml:"api,omitempty"` /*AppDomain - Descr: Cloud Controller Application Domain Default: <nil> */ AppDomain interface{} `yaml:"app_domain,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Gemfire ¶
type Gemfire struct { /*Capabilities - Descr: A List of functionality a cluster will provide Default: [] */ Capabilities interface{} `yaml:"capabilities,omitempty"` /*ServicePlanName - Descr: Name of service plan registered with cloud controller Default: <nil> */ ServicePlanName interface{} `yaml:"service_plan_name,omitempty"` /*Testing - Descr: Name to give test app in order to bind test GemFire CF service Default: gemfire-smoke-test-app-e897eb2d-d5dc-4186-8cee */ Testing *Testing `yaml:"testing,omitempty"` /*Locator - Descr: Port for REST API on a Gemfire cache server to test data validity Default: <nil> */ Locator *Locator `yaml:"locator,omitempty"` /*ServiceName - Descr: Name of service registered with cloud controller Default: <nil> */ ServiceName interface{} `yaml:"service_name,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Locator ¶
type Locator struct { /*Ip - Descr: IP address of a Gemfire cache server to test data validity Default: <nil> */ Ip interface{} `yaml:"ip,omitempty"` /*RestPort - Descr: Port for REST API on a Gemfire cache server to test data validity Default: <nil> */ RestPort interface{} `yaml:"rest_port,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type TestServiceHealthJob ¶
type TestServiceHealthJob struct { /*Gemfire - Descr: Name to give test app in order to bind test GemFire CF service Default: gemfire-smoke-test-app-e897eb2d-d5dc-4186-8cee */ Gemfire *Gemfire `yaml:"gemfire,omitempty"` /*Cc - Descr: Cloud Controller Application Domain Default: <nil> */ Cc *Cc `yaml:"cc,omitempty"` /*Broker - Descr: Gemfire service broker API address Default: <nil> */ Broker *Broker `yaml:"broker,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Testing ¶
type Testing struct { /*CfAppName - Descr: Name to give test app in order to bind test GemFire CF service Default: gemfire-smoke-test-app-e897eb2d-d5dc-4186-8cee */ CfAppName interface{} `yaml:"cf_app_name,omitempty"` /*CfServiceName - Descr: Name to give test GemFire CF service Default: gemfire-smoke-test-service-70552f90-7785-4347-9516 */ CfServiceName interface{} `yaml:"cf_service_name,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.