OpenWhiskTrigger refers to the specification of the OpenWhisk trigger.
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 "_". | [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. |