Module kube_runtime::controller[][src]

Structs

Context

A context data type that's passed through to the controllers callbacks

Controller

Controller

ReconcilerAction

Results of the reconciliation attempt

Enums

Error

Functions

applier

Apply a reconciler to an input stream, with a given retry policy

trigger_owners

Enqueues any owners of type KOwner for reconciliation

trigger_self

Enqueues the object itself for reconciliation

trigger_with

Helper for building custom trigger filters, see trigger_self and trigger_owners for some examples.