Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Broker ¶
type Broker struct { /*Services - Descr: Basic plans object for registering Default: <nil> */ Services interface{} `yaml:"services,omitempty"` /*Name - Descr: Name of the service broker Default: <nil> */ Name interface{} `yaml:"name,omitempty"` /*Protocol - Descr: Protocol (http/https) provided to the Cloud Controller when registering/deregistering the broker Default: https */ Protocol interface{} `yaml:"protocol,omitempty"` /*Password - Descr: Basic Auth password for the service broker Default: <nil> */ Password interface{} `yaml:"password,omitempty"` /*Host - Descr: Host address of the service broker Default: <nil> */ Host interface{} `yaml:"host,omitempty"` /*Port - Descr: Port for the service broker Default: 443 */ Port interface{} `yaml:"port,omitempty"` /*Username - Descr: Basic Auth username for the service broker Default: <nil> */ Username interface{} `yaml:"username,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type BrokerRegistrar ¶
type BrokerRegistrar struct { /*Broker - Descr: Protocol (http/https) provided to the Cloud Controller when registering/deregistering the broker Default: https */ Broker *Broker `yaml:"broker,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 { /*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"` /*SkipSslValidation - Descr: Skip SSL validation when connecting to Cloud Foundry API Default: false */ SkipSslValidation interface{} `yaml:"skip_ssl_validation,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.