Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddToManager ¶
func AddToManager(ctx *context.ControllerManagerContext, mgr manager.Manager) error
AddToManager adds this package's controller to the provided manager.
Types ¶
type Reconciler ¶
type Reconciler struct { client.Client Logger logr.Logger // contains filtered or unexported fields }
func NewReconciler ¶
func NewReconciler( client client.Client, logger logr.Logger, provider infraProvider) *Reconciler
Click to show internal directories.
Click to hide internal directories.