Available on crate feature runtime only.
Expand description

Runs a user-supplied reconciler function on objects when they (or related objects) are updated

Structs

Results of the reconciliation attempt
Controller
A request to reconcile an object, annotated with why that request was made.

Enums

Functions

Apply a reconciler to an input stream, with a given retry policy
Enqueues any owners of type KOwner for reconciliation
Enqueues the object itself for reconciliation
Helper for building custom trigger filters, see the implementations of trigger_self and trigger_owners for some examples.