EmitterEventSource describes the event source for emitter More info at https://emitter.io/develop/getting-started/
| Name | Type | Description | Notes |
|---|---|---|---|
| tls | io.argoproj.events.models.common.TLSConfig | [optional] | |
| connectionBackoff | io.argoproj.events.models.common.Backoff | [optional] | |
| password | V1SecretKeySelector | [optional] | |
| username | V1SecretKeySelector | [optional] | |
| jsonBody | Boolean | JSONBody specifies that all event body payload coming from this source will be JSON | [optional] |
| broker | String | Broker URI to connect to. | |
| filter | EventSourceFilter | [optional] | |
| channelName | String | ChannelName refers to the channel name | |
| channelKey | String | ChannelKey refers to the channel key | |
| metadata | Map<String, String> | Metadata holds the user defined metadata which will passed along the event payload. | [optional] |