Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (7 loc) · 799 Bytes

IoArgoprojEventsV1alpha1TriggerParameter.md

File metadata and controls

14 lines (7 loc) · 799 Bytes

IoArgoprojEventsV1alpha1TriggerParameter

Properties

Name Type Description Notes
dest String Dest is the JSONPath of a resource key. A path is a series of keys separated by a dot. The colon character can be escaped with '.' The -1 key can be used to append a value to an existing array. See https://github.com/tidwall/sjson#path-syntax for more information about how this is used. [optional]
operation String Operation is what to do with the existing value at Dest, whether to 'prepend', 'overwrite', or 'append' it. [optional]
src IoArgoprojEventsV1alpha1TriggerParameterSource [optional]