Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Broker ¶
type Broker struct { /*Port - Descr: Port for the service broker Default: 443 */ Port interface{} `yaml:"port,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"` /*Username - Descr: Basic Auth username for the service broker Default: <nil> */ Username interface{} `yaml:"username,omitempty"` /*Service - Descr: Offered service name Default: p-rabbitmq */ Service *Service `yaml:"service,omitempty"` /*Protocol - Descr: Protocol (http/https) provided to the Cloud Controller when registering/deregistering the broker Default: https */ Protocol interface{} `yaml:"protocol,omitempty"` /*Host - Descr: Host address of the service broker Default: <nil> */ Host interface{} `yaml:"host,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type BrokerRegistrar ¶
type BrokerRegistrar struct {
/*Orgs - Descr: Enable service access for specific organizations. By default, access is enabled for all orgs. Default: []
*/
Orgs interface{} `yaml:"orgs,omitempty"`
}
* File Generated by enaml generator * !!! Please do not edit this file !!!
type BrokerRegistrarJob ¶
type BrokerRegistrarJob struct { /*Broker - Descr: Protocol (http/https) provided to the Cloud Controller when registering/deregistering the broker Default: https */ Broker *Broker `yaml:"broker,omitempty"` /*BrokerRegistrar - Descr: Enable service access for specific organizations. By default, access is enabled for all orgs. Default: [] */ BrokerRegistrar *BrokerRegistrar `yaml:"broker-registrar,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 !!!
type Cf ¶
type Cf struct { /*SkipSslValidation - Descr: Trust self signed cf certificates Default: true */ SkipSslValidation interface{} `yaml:"skip_ssl_validation,omitempty"` /*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 !!!
Click to show internal directories.
Click to hide internal directories.