//
pkg.gl
Category
github.com/bakito/k8s-event-logger-operator
pkg
filter
package
1.13.11
Repository:
https://github.com/bakito/k8s-event-logger-operator.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
77 SLOC
#
Functions
New
New creates a new Filter from a filter function: func(*corev1.Event) bool.
#
Variables
Always
Always is a filter that always matches.
Never
Never is a filter that never matches.
#
Structs
Func
Func is a generic Filter.
#
Interfaces
Filter
Filter is an event filters.
#
Type aliases
Slice
Slice is a slice of Filter.