Documentation
¶
Index ¶
Constants ¶
View Source
const ( LabelKey = "status" LabelValuePending = "pending" LabelValueDone = "done" LabelValueIgnore = "ignore" )
Variables ¶
This section is empty.
Functions ¶
func ConfigMapPredicate ¶
Types ¶
type Reconciler ¶
Reconciler watches ConfigMaps with the `status=pending` label and sets the `status` label to `done`.
func (*Reconciler) AddToManager ¶
func (r *Reconciler) AddToManager(mgr manager.Manager, controllerRingName, shardName string) error
AddToManager adds Reconciler to the given manager.
Click to show internal directories.
Click to hide internal directories.