In the docs, it says that we can add a set of match clauses under match:
. It says literally:
A set of equality matchers an alert has to fulfill to match the node.
match:
[ <labelname>: <labelvalue>, ... ]
But it doesn't tell us how to actually provide there multiple matchers. Neither does it tell us if these matchers and ANDed or ORd.
So my two questions are:
- How does one properly provide multiple match clauses for a receiver?
- Will these match clauses be ANDed or ORd?