Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 913 Bytes

GenericEventSource.md

File metadata and controls

19 lines (12 loc) · 913 Bytes

GenericEventSource

GenericEventSource refers to a generic event source. It can be used to implement a custom event source.

Properties

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]