# Functions

New creates a new Filter from a filter function: func(*corev1.Event) bool.

# Variables

Always is a filter that always matches.
Never is a filter that never matches.

# Structs

Func is a generic Filter.

# Interfaces

Filter is an event filters.

# Type aliases

Slice is a slice of Filter.