| context |
IoArgoprojEventsV1alpha1EventContext |
|
[optional] |
| data |
Array<IoArgoprojEventsV1alpha1DataFilter> |
|
[optional] |
| data_logical_operator |
String |
DataLogicalOperator defines how multiple Data filters (if defined) are evaluated together. Available values: and (&&), or ( |
|
| expr_logical_operator |
String |
ExprLogicalOperator defines how multiple Exprs filters (if defined) are evaluated together. Available values: and (&&), or ( |
|
| exprs |
Array<IoArgoprojEventsV1alpha1ExprFilter> |
Exprs contains the list of expressions evaluated against the event payload. |
[optional] |
| script |
String |
Script refers to a Lua script evaluated to determine the validity of an io.argoproj.workflow.v1alpha1. |
[optional] |
| time |
IoArgoprojEventsV1alpha1TimeFilter |
|
[optional] |