Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.16 KB

File metadata and controls

17 lines (13 loc) · 1.16 KB

ArgoWorkflowsClient.Model.IoArgoprojEventsV1alpha1OpenWhiskTrigger

OpenWhiskTrigger refers to the specification of the OpenWhisk trigger.

Properties

Name Type Description Notes
ActionName string Name of the action/function. [optional]
AuthToken IoK8sApiCoreV1SecretKeySelector [optional]
Host string Host URL of the OpenWhisk. [optional]
VarNamespace string Namespace for the action. Defaults to "_". +optional. [optional]
Parameters List<IoArgoprojEventsV1alpha1TriggerParameter> [optional]
Payload List<IoArgoprojEventsV1alpha1TriggerParameter> Payload is the list of key-value extracted from an event payload to construct the request payload. [optional]
VarVersion string [optional]

[Back to Model list] [Back to API list] [Back to README]