Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Broker ¶
type Broker struct { /*DedicatedNodes - Descr: List of node IPs for the dedicated plan Default: [] */ DedicatedNodes interface{} `yaml:"dedicated_nodes,omitempty"` /*ServiceName - Descr: Service name displayed in the catalog metadata Default: p-redis */ ServiceName interface{} `yaml:"service_name,omitempty"` /*ServiceInstanceLimit - Descr: The maximum number of instances allowed Default: <nil> */ ServiceInstanceLimit interface{} `yaml:"service_instance_limit,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Cf ¶
type Cf struct { /*ApiUrl - Descr: Full URL of Cloud Foundry API Default: <nil> */ ApiUrl interface{} `yaml:"api_url,omitempty"` /*AppsDomain - Descr: App domain for Cloud Foundry Default: <nil> */ AppsDomain interface{} `yaml:"apps_domain,omitempty"` /*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"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Redis ¶
type Redis struct { /*Broker - Descr: Service name displayed in the catalog metadata Default: p-redis */ Broker *Broker `yaml:"broker,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type SmokeTestsJob ¶
type SmokeTestsJob struct { /*Redis - Descr: Service name displayed in the catalog metadata Default: p-redis */ Redis *Redis `yaml:"redis,omitempty"` /*Cf - Descr: Password of the admin user 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.