internal

package
v0.3.23-alpha.4 Latest Latest
Warning

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

Go to latest
Published: May 20, 2024 License: Apache-2.0 Imports: 8 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{})

func (EventHandler) OnDelete

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

func (EventHandler) OnUpdate

func (e EventHandler) OnUpdate(oldObj, newObj interface{})

Jump to

Keyboard shortcuts

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