Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cf ¶
type Cf struct { /*AdminPassword - Descr: Password of the CF admin user Default: <nil> */ AdminPassword interface{} `yaml:"admin_password,omitempty"` /*AdminUser - Descr: Username of the CF admin user Default: <nil> */ AdminUser interface{} `yaml:"admin_user,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type DeployNotificationsUiJob ¶
type DeployNotificationsUiJob struct { /*Ssl - Descr: Whether to verify SSL certs when making web requests Default: <nil> */ Ssl *Ssl `yaml:"ssl,omitempty"` /*Domain - Descr: Cloud Foundry System Domain Default: <nil> */ Domain interface{} `yaml:"domain,omitempty"` /*NotificationsUi - Descr: Organization to deploy to Default: <nil> */ NotificationsUi *NotificationsUi `yaml:"notifications_ui,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type NotificationsUi ¶
type NotificationsUi struct { /*Cf - Descr: Username of the CF admin user Default: <nil> */ Cf *Cf `yaml:"cf,omitempty"` /*InstanceCount - Descr: Number of instances to run Default: <nil> */ InstanceCount interface{} `yaml:"instance_count,omitempty"` FooterImage interface{} `yaml:"footer_image,omitempty"` /*Organization - Descr: Organization to deploy to Default: <nil> */ Organization interface{} `yaml:"organization,omitempty"` FooterText interface{} `yaml:"footer_text,omitempty"` /*AppSubdomain - Descr: Subdomain of route serving the application, usually the app name, e.g. notifications-ui Default: <nil> */ AppSubdomain interface{} `yaml:"app_subdomain,omitempty"` /*Space - Descr: Space to deploy to Default: <nil> */ Space interface{} `yaml:"space,omitempty"` /*AppDomain - Descr: Domain used to host application Default: <nil> */ AppDomain interface{} `yaml:"app_domain,omitempty"` /*Network - Descr: Network used to host application Default: <nil> */ Network interface{} `yaml:"network,omitempty"` /*EnableDiego - Descr: Enable diego deployment Default: <nil> */ EnableDiego interface{} `yaml:"enable_diego,omitempty"` /*SyslogUrl - Descr: Syslog URL to bind the app logs to Default: <nil> */ SyslogUrl interface{} `yaml:"syslog_url,omitempty"` /*Uaa - Descr: Secret of the notifications-ui UAA client Default: <nil> */ Uaa *Uaa `yaml:"uaa,omitempty"` /*EncryptionKey - Descr: Key used to encrypt secret values Default: <nil> */ EncryptionKey interface{} `yaml:"encryption_key,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 Uaa ¶
type Uaa struct { /*ClientSecret - Descr: Secret of the notifications-ui UAA client Default: <nil> */ ClientSecret interface{} `yaml:"client_secret,omitempty"` /*ClientId - Descr: ID of the notifications-ui UAA client Default: <nil> */ ClientId interface{} `yaml:"client_id,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.