package
0.21.4
Repository: https://github.com/kayrus/kubernetes.git
Documentation: pkg.go.dev

# Functions

DeletionHandlingMetaNamespaceKeyFunc checks for cache.DeletedFinalStateUnknown objects before calling cache.MetaNamespaceKeyFunc.
New makes a new Controller from the given Config.
No description provided by the author
NewIndexerInformer returns a cache.Indexer and a controller for populating the index while also providing event notifications.
NewInformer returns a cache.Store and a controller for populating the store while also providing event notifications.

# Structs

Config contains all the settings for a Controller.
Controller is a generic controller framework.
FakeControllerSource implements listing/watching for testing.
ResourceEventHandlerFuncs is an adaptor to let you easily specify as many or as few of the notification functions as you want while still implementing ResourceEventHandler.

# Interfaces

ResourceEventHandler can handle notifications for events that happen to a resource.

# Type aliases

ProcessFunc processes a single object.