Provider.spec
ProviderSpec defines the desired state of the Provider.
| Field / Type | Description |
|---|---|
address | Address specifies the endpoint, in a generic sense, to where alerts are sent. What kind of endpoint depends on the specific Provider type being used. For the generic Provider, for example, this is an HTTP/S address. For other Provider types this could be a project ID or a namespace.
|
CertSecretRef specifies the Secret containing a PEM-encoded CA certificate (`caFile`). | |
channel | Channel specifies the destination channel where events should be posted.
|
interval | Interval at which to reconcile the Provider with its Secret references.
|
proxy | Proxy the HTTP/S address of the proxy server.
|
SecretRef specifies the Secret containing the authentication credentials for this Provider. | |
suspend | Suspend tells the controller to suspend subsequent events handling for this Provider. |
timeout | Timeout for sending alerts to the Provider.
|
type | Type specifies which Provider implementation to use.
|
username | Username specifies the name under which events are posted.
|