NATSEventsSource refers to event-source for NATS related events
| Name | Type | Description | Notes |
|---|---|---|---|
| tls | io.argoproj.events.models.common.TLSConfig | [optional] | |
| connectionBackoff | io.argoproj.events.models.common.Backoff | [optional] | |
| url | String | URL to connect to NATS cluster | |
| jsonBody | Boolean | JSONBody specifies that all event body payload coming from this source will be JSON | [optional] |
| auth | NATSAuth | [optional] | |
| filter | EventSourceFilter | [optional] | |
| metadata | Map<String, String> | Metadata holds the user defined metadata which will passed along the event payload. | [optional] |
| subject | String | Subject holds the name of the subject onto which messages are published |