DataFilter Object
Data filter is the raw argo events DataFilter ported from their types
Fields
#
comparator
Comparator compares the event data with a user given value. Can be '>=', '>', '=', '!=', '<', or '<='. Is optional, and if left blank treated as equality '='.
path
Path is the JSONPath of the event's (JSON decoded) data key Path is a series of keys separated by a dot. A key may contain wildcard characters '*' and '?'. To access an array value use the index as the key.
template
Template is a go-template for extracting a string from the event's data. A Template is evaluated with provided path, type and value. The templating follows the standard go-template syntax as well as sprig's extra functions
value
Value is the allowed string values for this key Booleans are passed using strconv.ParseBool() Numbers are parsed using as float64 using strconv.ParseFloat() Strings are taken as is Nils this value is ignored
Usages
#
References
#
- Field getImplicitFilters from Query
- Field detachPredefinedFilters from Query
- Field implicit from TriggerConditionDataFilters
Customer
DataFilterArgs