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 ¶ added in v0.0.16
type BrokerDeregistrarJob struct { /*Broker - Descr: Name of the service broker Default: <nil> */ Broker *Broker `yaml:"broker,omitempty"` /*Cf - Descr: Full URL of Cloud Foundry API Default: <nil> */ Cf *Cf `yaml:"cf,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"` /*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"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.