flux v2.0.1
Receiver.spec
ReceiverSpec defines the desired state of the Receiver.
| Field / Type | Description |
|---|---|
Events specifies the list of event types to handle, e.g. 'push' for GitHub or 'Push Hook' for GitLab. | |
interval | Interval at which to reconcile the Receiver with its Secret references.
|
A list of resources to be notified about changes. | |
SecretRef specifies the Secret containing the token used to validate the payload authenticity. | |
suspend | Suspend tells the controller to suspend subsequent events handling for this receiver. |
type | Type of webhook sender, used to determine the validation procedure and payload deserialization.
|