Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.12 KB

CustomTrigger.md

File metadata and controls

19 lines (12 loc) · 1.12 KB

CustomTrigger

CustomTrigger refers to the specification of the custom trigger.

Properties

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.