package
0.1.12
Repository: https://github.com/venkat19967/kubebuilder.git
Documentation: pkg.go.dev

# Packages

The handlefunctions defines mapping and event handling functions for controllers.
The informers defines a registry for sharing informers.
The metrics package defines controller runtime metrics.
No description provided by the author
The test package contains fake informers for testing controllers.
The types package declares types used by the controller package.

# Functions

AddController registers a new controller to be run.
AddInformerProvider registers a new shared SharedIndexInformer under the object type.
GetInformerProvider returns the InformerProvider for the object type.
RunInformersAndControllers runs all of the informers and controllers.

# Variables

DefaultManager is the ControllerManager used by the package functions.
DefaultReconcileFn is used by GenericController if Reconcile is not set.

# Structs

ControllerManager registers shared informers and controllers.
GenericController watches event sources and invokes a Reconcile function.