Struct kube_runtime::controller::ReconcilerAction [−][src]
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 ReconcilerActionimpl Send for ReconcilerActionimpl Sync for ReconcilerActionimpl Unpin for ReconcilerActionimpl UnwindSafe for ReconcilerActionBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more