Magidoc

PredefinedFilter
Object

Predefined filter is similar to Classic Codefresh filters by branch, repo etc.

Fields

#

key

Non-null

Key is the name of predefined filter

value

[ String !]!
Non-null

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

comparator

Comparator compares the event data with a user given value. Can be '>=', '>', '=', '!=', '<', or '<='. Is optional, and if left blank treated as equality '='.

Usages

#

References

#