GenericEventSource refers to a generic event source. It can be used to implement a custom event source.
Name | Type | Description | Notes |
---|---|---|---|
authSecret | V1SecretKeySelector | [optional] | |
insecure | Boolean | Insecure determines the type of connection. | [optional] |
filter | EventSourceFilter | [optional] | |
url | String | URL of the gRPC server that implements the event source. | |
config | String | Config is the event source configuration | |
jsonBody | Boolean | JSONBody specifies that all event body payload coming from this source will be JSON | [optional] |
metadata | Map<String, String> | Metadata holds the user defined metadata which will passed along the event payload. | [optional] |