events

package
v0.0.0-...-e8f3d3b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 7, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewEventHandlerWrapper

func NewEventHandlerWrapper(h EventHandler) *eventHandlerWrapper

Types

type Entry

type Entry struct {
	Event     *corev1.Event `json:"event"`
	Timestamp time.Time     `json:"@timestamp"`
}

type EventHandler

type EventHandler interface {
	OnAdd(event *corev1.Event)
	OnUpdate(old, new *corev1.Event)
	OnDelete(event *corev1.Event)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL