Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
Reconciler reconciles a generic resource by calling an API
func Add ¶
func Add(mgr manager.Manager, watch *hrivnakv1alpha1.Watch) (controller.Controller, *Reconciler, error)
Add creates a new Controller and adds it to the Manager. The Manager will set fields on the Controller and Start it when the Manager is Started.
func (*Reconciler) IsStopped ¶
func (r *Reconciler) IsStopped() bool
IsStopped returns true iff the reconciler is stopped
func (*Reconciler) Stop ¶
func (r *Reconciler) Stop()
Stop ensures that the reconciler will not perform any additional actions.
Click to show internal directories.
Click to hide internal directories.