PulsarTrigger refers to the specification of the Pulsar trigger.
| Name | Type | Description | Notes |
|---|---|---|---|
| tls | io.argoproj.events.models.common.TLSConfig | [optional] | |
| connectionBackoff | io.argoproj.events.models.common.Backoff | [optional] | |
| authTokenSecret | V1SecretKeySelector | [optional] | |
| parameters | List<TriggerParameter> | Parameters is the list of parameters that is applied to resolved Kafka trigger object. | [optional] |
| url | String | Configure the service URL for the Pulsar service. | |
| tlsValidateHostname | Boolean | Whether the Pulsar client verify the validity of the host name from broker. | [optional] |
| topic | String | Name of the topic. See https://pulsar.apache.org/docs/en/concepts-messaging/ | |
| tlsTrustCertsSecret | V1SecretKeySelector | [optional] | |
| tlsAllowInsecureConnection | Boolean | Whether the Pulsar client accept untrusted TLS certificate from broker. | [optional] |
| payload | List<TriggerParameter> | Payload is the list of key-value extracted from an event payload to construct the request payload. |