Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 957 Bytes

OpenWhiskTrigger.md

File metadata and controls

19 lines (12 loc) · 957 Bytes

OpenWhiskTrigger

OpenWhiskTrigger refers to the specification of the OpenWhisk trigger.

Properties

Name Type Description Notes
authToken V1SecretKeySelector [optional]
actionName String Name of the action/function.
parameters List<TriggerParameter> Parameters is the list of key-value extracted from event's payload that are applied to the trigger resource. [optional]
namespace String Namespace for the action. Defaults to &quot;_&quot;. [optional]
host String Host URL of the OpenWhisk.
version String Version for the API. Defaults to v1. [optional]
payload List<TriggerParameter> Payload is the list of key-value extracted from an event payload to construct the request payload.