flux v2.0.1
Receiver.spec
ReceiverSpec defines the desired state of Receiver
| Field / Type | Description |
|---|---|
A list of events to handle, e.g. 'push' for GitHub or 'Push Hook' for GitLab. | |
A list of resources to be notified about changes. | |
Secret reference containing the token used to validate the payload authenticity | |
suspend | This flag tells the controller to suspend subsequent events handling. Defaults to false. |
type | Type of webhook sender, used to determine the validation procedure and payload deserialization.
|