Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
Reconciler is a reconciler that removes operation annotations from objects. This is useful for integration testing against an envtest control plane, which doesn't run the responsible controller. Hence, if the tested controller must wait for the annotation to be removed, it will be stuck forever.
func (*Reconciler) AddToManager ¶
func (r *Reconciler) AddToManager(mgr manager.Manager) error
AddToManager adds Reconciler to the given manager.
Click to show internal directories.
Click to hide internal directories.