Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Autoscale ¶
type Autoscale struct { /*Cf - Descr: Username of the CF admin user Default: <nil> */ Cf *Cf `yaml:"cf,omitempty"` /*Broker - Descr: Broker basic auth user Default: <nil> */ Broker *Broker `yaml:"broker,omitempty"` /*Organization - Descr: Organization where app is deployed Default: <nil> */ Organization interface{} `yaml:"organization,omitempty"` /*Space - Descr: Space where app is deployed Default: <nil> */ Space interface{} `yaml:"space,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Broker ¶
type Broker struct { /*User - Descr: Broker basic auth user Default: <nil> */ User interface{} `yaml:"user,omitempty"` /*Password - Descr: Broker basic auth password Default: <nil> */ Password interface{} `yaml:"password,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Cf ¶
type Cf struct { /*AdminUser - Descr: Username of the CF admin user Default: <nil> */ AdminUser interface{} `yaml:"admin_user,omitempty"` /*AdminPassword - Descr: Password of the CF admin user Default: <nil> */ AdminPassword interface{} `yaml:"admin_password,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type DestroyBrokerJob ¶
type DestroyBrokerJob struct { /*Domain - Descr: The CF top-level domain Default: <nil> */ Domain interface{} `yaml:"domain,omitempty"` /*Autoscale - Descr: Username of the CF admin user Default: <nil> */ Autoscale *Autoscale `yaml:"autoscale,omitempty"` /*Ssl - Descr: Whether to verify SSL certs when making web requests Default: <nil> */ Ssl *Ssl `yaml:"ssl,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.