Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventMatcher ¶
EventMatcher is used to check whether an event contains is containing information about a specif event, stage or service
func New ¶
func New(subscription models.EventSubscription) *EventMatcher
New creates a new EventMatcher that is configured with information about project, stage and service filter contained in an event subscription
func (EventMatcher) Matches ¶
func (ef EventMatcher) Matches(e models.KeptnContextExtendedCE) bool
Matches checks whether a Keptn event matches the information of the currently configured EventMatcher
Click to show internal directories.
Click to hide internal directories.