Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Autoscale ¶
type Autoscale struct { /*NotificationsHost - Descr: Host name of the notifications service Default: <nil> */ NotificationsHost interface{} `yaml:"notifications_host,omitempty"` /*MarketplaceDocumentationUrl - Descr: Documentation url used for marketplace registration Default: <nil> */ MarketplaceDocumentationUrl interface{} `yaml:"marketplace_documentation_url,omitempty"` /*EncryptionKey - Descr: Specifies the key to be used when encrypting sessions Default: <nil> */ EncryptionKey interface{} `yaml:"encryption_key,omitempty"` /*EnableDiego - Descr: Enable diego deployment of autoscaling Default: <nil> */ EnableDiego interface{} `yaml:"enable_diego,omitempty"` /*Organization - Descr: Organization where app is deployed Default: <nil> */ Organization interface{} `yaml:"organization,omitempty"` /*InstanceCount - Descr: Number of instance to run Default: <nil> */ InstanceCount interface{} `yaml:"instance_count,omitempty"` /*Database - Descr: URL for the database Default: <nil> */ Database *Database `yaml:"database,omitempty"` /*MarketplaceImageUrl - Descr: Base64 encoded image for marketplace registration Default: <nil> */ MarketplaceImageUrl interface{} `yaml:"marketplace_image_url,omitempty"` /*Cf - Descr: Username of the CF admin user Default: <nil> */ Cf *Cf `yaml:"cf,omitempty"` /*MarketplaceCompanyName - Descr: Name of the company providing the autoscaling service Default: <nil> */ MarketplaceCompanyName interface{} `yaml:"marketplace_company_name,omitempty"` /*Space - Descr: Space where app is deployed Default: <nil> */ Space interface{} `yaml:"space,omitempty"` /*Broker - Descr: Broker basic auth user Default: <nil> */ Broker *Broker `yaml:"broker,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type AutoscalingService ¶
type AutoscalingService struct {
/*Secret - Descr: UAA Client Secret Default: <nil>
*/
Secret interface{} `yaml:"secret,omitempty"`
}
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Broker ¶
type Broker struct { /*Password - Descr: Broker basic auth password Default: <nil> */ Password interface{} `yaml:"password,omitempty"` /*User - Descr: Broker basic auth user Default: <nil> */ User interface{} `yaml:"user,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 Clients ¶
type Clients struct { /*AutoscalingService - Descr: UAA Client Secret Default: <nil> */ AutoscalingService *AutoscalingService `yaml:"autoscaling_service,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Database ¶
type Database struct {
/*Url - Descr: URL for the database Default: <nil>
*/
Url interface{} `yaml:"url,omitempty"`
}
* File Generated by enaml generator * !!! Please do not edit this file !!!
type DeployAutoscalingJob ¶
type DeployAutoscalingJob struct { /*Ssl - Descr: Whether to verify SSL certs when making web requests Default: <nil> */ Ssl *Ssl `yaml:"ssl,omitempty"` /*Domain - Descr: CloudFoundry system domain Default: <nil> */ Domain interface{} `yaml:"domain,omitempty"` /*AppDomains - Descr: CloudFoundry application domains Default: <nil> */ AppDomains interface{} `yaml:"app_domains,omitempty"` /*Autoscale - Descr: Enable diego deployment of autoscaling Default: <nil> */ Autoscale *Autoscale `yaml:"autoscale,omitempty"` /*Uaa - Descr: UAA Client Secret Default: <nil> */ Uaa *Uaa `yaml:"uaa,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.