[][src]Module kube_runtime::controller

Structs

Context

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

Controller

A builder for controller

ReconcilerAction

Enums

Error

Functions

applier

Apply a reconciler to an input stream

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