Module kube_runtime::controller
source · Expand description
Runs a user-supplied reconciler function on objects when they (or related objects) are updated
Structs§
- Results of the reconciliation attempt
- Accumulates all options that can be used on a
Controllerinvocation. - Controller for a Resource
K - 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
KOwnerfor reconciliation - Enqueues the object itself for reconciliation
- Helper for building custom trigger filters, see the implementations of
trigger_selfandtrigger_ownersfor some examples.