internal

package
v0.2.9 Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EventHandler

type EventHandler struct {
	EventHandler ctrlhandler.EventHandler
	Queue        workqueue.RateLimitingInterface
	Predicates   []predicate.Predicate
}

EventHandler adapts a controller-runtime's EventHandler interface to a cache.ResourceHandler interface.

func (EventHandler) OnAdd

func (e EventHandler) OnAdd(obj interface{}) error

func (EventHandler) OnDelete

func (e EventHandler) OnDelete(obj interface{}) error

func (EventHandler) OnUpdate

func (e EventHandler) OnUpdate(newObj interface{}) error

Jump to

Keyboard shortcuts

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