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: Name of the service broker Default: <nil>
*/
Name interface{} `yaml:"name,omitempty"`
}
* File Generated by enaml generator * !!! Please do not edit this file !!!
type BrokerDeregistrarJob ¶
type BrokerDeregistrarJob struct { /*Cf - Descr: Password of the admin user Default: <nil> */ Cf *Cf `yaml:"cf,omitempty"` /*Broker - Descr: Name of the service broker Default: <nil> */ Broker *Broker `yaml:"broker,omitempty"` /*Redis - Descr: Service name Default: p-redis */ Redis *Redis `yaml:"redis,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"` /*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 Default: p-redis */ Broker *RedisBroker `yaml:"broker,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type RedisBroker ¶
type RedisBroker struct {
/*ServiceName - Descr: Service name Default: p-redis
*/
ServiceName interface{} `yaml:"service_name,omitempty"`
}
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.