flux v0.31.2

Receiver.spec

ReceiverSpec defines the desired state of Receiver

5 fields
Receiver.spec fields and descriptions
Field / TypeDescription
string[]

A list of events to handle, e.g. 'push' for GitHub or 'Push Hook' for GitLab.

object[] required

A list of resources to be notified about changes.

object

Secret reference containing the token used to validate the payload authenticity

suspend
boolean

This flag tells the controller to suspend subsequent events handling. Defaults to false.

type
string required

Type of webhook sender, used to determine the validation procedure and payload deserialization.

  • enum: ["generic","generic-hmac","github","gitlab","bitbucket","harbor","dockerhub","quay","gcr","nexus","acr"]