flux v2.0.1
Alert.spec.eventSources
EventSources specifies how to filter events based on the involved object kind, name and namespace.
| Field / Type | Description |
|---|---|
apiVersion | API version of the referent |
kind | Kind of the referent
|
MatchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. MatchLabels requires the name to be set to `*`. | |
name | Name of the referent If multiple resources are targeted `*` may be set.
|
namespace | Namespace of the referent
|