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: 443 */ Port interface{} `yaml:"port,omitempty"` /*AuthUsername - Descr: Basic Auth username for the service broker Default: <nil> */ AuthUsername interface{} `yaml:"auth_username,omitempty"` /*AuthPassword - Descr: Basic Auth password for the service broker Default: <nil> */ AuthPassword interface{} `yaml:"auth_password,omitempty"` /*Services - Descr: Array of services, each service contains the list of plans the broker of that service provides. Note - the broker-registrar errand only registers the first service Default: <nil> */ Services interface{} `yaml:"services,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"` /*CfMysql - Descr: Basic Auth password for the service broker Default: <nil> */ CfMysql *CfMysql `yaml:"cf_mysql,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Cf ¶
type Cf struct { /*AdminPassword - Descr: Password of the admin user Default: <nil> */ AdminPassword interface{} `yaml:"admin_password,omitempty"` /*ApiUrl - Descr: Full URL of Cloud Foundry API Default: <nil> */ ApiUrl interface{} `yaml:"api_url,omitempty"` /*SkipSslValidation - Descr: Skip SSL validation when connecting to Cloud Foundry API Default: false */ SkipSslValidation interface{} `yaml:"skip_ssl_validation,omitempty"` /*AdminUsername - Descr: Username of the admin user Default: <nil> */ AdminUsername interface{} `yaml:"admin_username,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type CfMysql ¶
type CfMysql struct { /*Broker - Descr: Basic Auth password for the service broker Default: <nil> */ Broker *Broker `yaml:"broker,omitempty"` /*ExternalHost - Descr: Host address of the service broker Default: <nil> */ ExternalHost interface{} `yaml:"external_host,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.