Documentation
¶
Index ¶
Constants ¶
View Source
const ControllerName = "sharder"
ControllerName is the name of this controller.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Reconciler ¶
type Reconciler struct { Client client.Client Reader client.Reader Clock clock.PassiveClock Config *configv1alpha1.SharderConfig }
Reconciler reconciles ControllerRings.
func (*Reconciler) AddToManager ¶
func (r *Reconciler) AddToManager(mgr manager.Manager) error
AddToManager adds Reconciler to the given manager.
func (*Reconciler) ControllerRingPredicate ¶ added in v0.9.0
func (r *Reconciler) ControllerRingPredicate() predicate.Predicate
func (*Reconciler) LeasePredicate ¶
func (r *Reconciler) LeasePredicate() predicate.Predicate
Click to show internal directories.
Click to hide internal directories.