Struct kube_runtime::controller::ReconcilerAction
source · [−]Expand description
Results of the reconciliation attempt
Fields
requeue_after: Option<Duration>
Whether (and when) to next trigger the reconciliation if no external watch triggers hit
For example, use this to query external systems for updates, expire time-limited resources, or
(in your error_policy
) retry after errors.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ReconcilerAction
impl Send for ReconcilerAction
impl Sync for ReconcilerAction
impl Unpin for ReconcilerAction
impl UnwindSafe for ReconcilerAction
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more