Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdminClient ¶
type AdminClient struct { /*Username - Descr: Username of the UAA admin client used to (idempotently) create the notifications client Default: admin */ Username interface{} `yaml:"username,omitempty"` /*Secret - Descr: Secret of the UAA admin client used to (idempotently) create the notifications client Default: <nil> */ Secret interface{} `yaml:"secret,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Client ¶
type Client struct { /*Username - Descr: Username of the UAA client used to send mysql monitoring notifications Default: <nil> */ Username interface{} `yaml:"username,omitempty"` /*Secret - Descr: Secret of the UAA client used to send mysql monitoring notifications Default: <nil> */ Secret interface{} `yaml:"secret,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type MysqlMonitoring ¶
type MysqlMonitoring struct { /*Client - Descr: Secret of the UAA client used to send mysql monitoring notifications Default: <nil> */ Client *Client `yaml:"client,omitempty"` /*RecipientEmail - Descr: The email address to send mysql monitoring notifications to Default: */ RecipientEmail interface{} `yaml:"recipient_email,omitempty"` /*AdminClient - Descr: Secret of the UAA admin client used to (idempotently) create the notifications client Default: <nil> */ AdminClient *AdminClient `yaml:"admin_client,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type SendEmailJob ¶
type SendEmailJob struct { /*Domain - Descr: Domain reserved for CF operator, base URL where the login, uaa, and other non-user apps listen Default: <nil> */ Domain interface{} `yaml:"domain,omitempty"` /*Ssl - Descr: specifies that the job is allowed to skip ssl cert verification Default: false */ Ssl *Ssl `yaml:"ssl,omitempty"` /*MysqlMonitoring - Descr: The email address to send mysql monitoring notifications to Default: */ MysqlMonitoring *MysqlMonitoring `yaml:"mysql-monitoring,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.