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"` }
* 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 Ssl ¶
type Ssl struct {
/*SkipCertVerify - Descr: Whether to verify SSL certs when making web requests Default: <nil>
*/
SkipCertVerify interface{} `yaml:"skip_cert_verify,omitempty"`
}
* File Generated by enaml generator * !!! Please do not edit this file !!!
type TestAutoscalingJob ¶
type TestAutoscalingJob struct { /*Ssl - Descr: Whether to verify SSL certs when making web requests Default: <nil> */ Ssl *Ssl `yaml:"ssl,omitempty"` /*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"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.