CustomTrigger refers to the specification of the custom trigger.
Name | Type | Description | Notes |
---|---|---|---|
serverNameOverride | String | ServerNameOverride for the secure connection between sensor and custom trigger gRPC server. | [optional] |
secure | Boolean | Secure refers to type of the connection between sensor to custom trigger gRPC | |
parameters | List<TriggerParameter> | Parameters is the list of parameters that is applied to resolved custom trigger trigger object. | [optional] |
serverURL | String | ServerURL is the url of the gRPC server that executes custom trigger | |
spec | Map<String, String> | Spec is the custom trigger resource specification that custom trigger gRPC server knows how to interpret. | |
certSecret | V1SecretKeySelector | [optional] | |
payload | List<TriggerParameter> | Payload is the list of key-value extracted from an event payload to construct the request payload. |