Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 Database ¶
type Database struct { /*Url - Descr: URL pointing to database Default: <nil> */ Url interface{} `yaml:"url,omitempty"` /*MaxOpenConnections - Descr: Maximum number of open connections to the database Default: <nil> */ MaxOpenConnections interface{} `yaml:"max_open_connections,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type DeployNotificationsJob ¶
type DeployNotificationsJob struct { /*Domain - Descr: Cloud Foundry System Domain Default: <nil> */ Domain interface{} `yaml:"domain,omitempty"` /*Ssl - Descr: Whether to verify SSL certs when making HTTP and SMTP requests Default: <nil> */ Ssl *Ssl `yaml:"ssl,omitempty"` /*Notifications - Descr: Admin client secret of the UAA Default: <nil> */ Notifications *Notifications `yaml:"notifications,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Notifications ¶
type Notifications struct { /*Sender - Descr: Sender of the notification Default: <nil> */ Sender interface{} `yaml:"sender,omitempty"` /*Network - Descr: Network used to host application Default: <nil> */ Network interface{} `yaml:"network,omitempty"` /*Cf - Descr: Username of the CF admin user Default: <nil> */ Cf *Cf `yaml:"cf,omitempty"` /*DefaultTemplate - Descr: default template to use for the service Default: <nil> */ DefaultTemplate interface{} `yaml:"default_template,omitempty"` /*Organization - Descr: Organization that hosts the app Default: <nil> */ Organization interface{} `yaml:"organization,omitempty"` /*EncryptionKey - Descr: key used to encrypt unsubscribe IDs Default: <nil> */ EncryptionKey interface{} `yaml:"encryption_key,omitempty"` /*InstanceCount - Descr: number of instances of service to run Default: <nil> */ InstanceCount interface{} `yaml:"instance_count,omitempty"` /*ErrorOnMisconfiguration - Descr: Throw error on service misconfiguration during deployment Default: true */ ErrorOnMisconfiguration interface{} `yaml:"error_on_misconfiguration,omitempty"` /*Space - Descr: Space that hosts the app Default: <nil> */ Space interface{} `yaml:"space,omitempty"` /*Uaa - Descr: Admin client secret of the UAA Default: <nil> */ Uaa *Uaa `yaml:"uaa,omitempty"` /*Smtp - Descr: Secret to use with CRAMMD5 auth mechanism Default: <nil> */ Smtp *Smtp `yaml:"smtp,omitempty"` /*BuildpackUrl - Descr: Optional parameter that specifies the url of the buildpack to use. Helpful if your environment does not have the latest Go buildpack. Default: <nil> */ BuildpackUrl interface{} `yaml:"buildpack_url,omitempty"` /*SyslogUrl - Descr: External log service URL Default: <nil> */ SyslogUrl interface{} `yaml:"syslog_url,omitempty"` /*AppDomain - Descr: Domain used to host application Default: <nil> */ AppDomain interface{} `yaml:"app_domain,omitempty"` /*Database - Descr: URL pointing to database Default: <nil> */ Database *Database `yaml:"database,omitempty"` /*EnableDiego - Descr: Enable deployment to diego Default: <nil> */ EnableDiego interface{} `yaml:"enable_diego,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Smtp ¶
type Smtp struct { /*Host - Descr: SMTP Host name Default: <nil> */ Host interface{} `yaml:"host,omitempty"` /*AuthMechanism - Descr: SMTP Authentication mechanism, should be one of [none plain cram-md5] Default: <nil> */ AuthMechanism interface{} `yaml:"auth_mechanism,omitempty"` /*Pass - Descr: Password of the SMTP user Default: <nil> */ Pass interface{} `yaml:"pass,omitempty"` /*Port - Descr: SMTP port number Default: <nil> */ Port interface{} `yaml:"port,omitempty"` /*User - Descr: Username for the SMTP host Default: <nil> */ User interface{} `yaml:"user,omitempty"` /*Crammd5Secret - Descr: Secret to use with CRAMMD5 auth mechanism Default: <nil> */ Crammd5Secret interface{} `yaml:"crammd5_secret,omitempty"` /*Tls - Descr: Uses SMTP TLS Default: <nil> */ Tls interface{} `yaml:"tls,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 HTTP and SMTP 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 { /*AdminClientSecret - Descr: Admin client secret of the UAA Default: <nil> */ AdminClientSecret interface{} `yaml:"admin_client_secret,omitempty"` /*ClientId - Descr: Client id of the UAA Default: <nil> */ ClientId interface{} `yaml:"client_id,omitempty"` /*AdminClientId - Descr: Admin client id of the UAA Default: <nil> */ AdminClientId interface{} `yaml:"admin_client_id,omitempty"` /*ClientSecret - Descr: Client secret of the UAA Default: <nil> */ ClientSecret interface{} `yaml:"client_secret,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.