Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Broker ¶
type Broker struct { /*Protocol - Descr: Protocol (http/https) provided to the Cloud Controller when registering/deregistering the broker Default: https */ Protocol interface{} `yaml:"protocol,omitempty"` /*Port - Descr: Port for the service broker Default: 80 */ Port interface{} `yaml:"port,omitempty"` /*Host - Descr: Host address of the service broker Default: <nil> */ Host interface{} `yaml:"host,omitempty"` /*Username - Descr: Basic Auth username for the service broker Default: <nil> */ Username interface{} `yaml:"username,omitempty"` /*Password - Descr: Basic Auth password for the service broker Default: <nil> */ Password interface{} `yaml:"password,omitempty"` /*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 BrokerRegistrarJob ¶
type BrokerRegistrarJob struct { /*Cf - Descr: Username of the admin user Default: <nil> */ Cf *Cf `yaml:"cf,omitempty"` /*Broker - Descr: Port for the service broker Default: 80 */ 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 { /*AdminUsername - Descr: Username of the admin user Default: <nil> */ AdminUsername interface{} `yaml:"admin_username,omitempty"` /*ApiUrl - Descr: Full URL of Cloud Foundry API Default: <nil> */ ApiUrl interface{} `yaml:"api_url,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"` /*EnableServiceAccess - Descr: Enable service access to all Default: true */ EnableServiceAccess interface{} `yaml:"enable_service_access,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.