package
1.4.0-alpha.0
Repository: https://github.com/connordoyle/kubernetes.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# 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.
NewSharedIndexInformer creates a new instance for the listwatcher.
NewSharedInformer creates a new instance for the listwatcher.

# 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

TODO make the "Controller" private, and convert all references to use ControllerInterface instead.
ResourceEventHandler can handle notifications for events that happen to a resource.
No description provided by the author
if you use this, there is one behavior change compared to a standard Informer.

# Type aliases

ProcessFunc processes a single object.