Enum kube_runtime::finalizer::Error [−][src]
pub enum Error<ReconcileErr> where
ReconcileErr: StdError + 'static, {
ApplyFailed(ReconcileErr),
CleanupFailed(ReconcileErr),
AddFinalizer(Error),
RemoveFinalizer(Error),
UnnamedObject,
}Variants
AddFinalizer(Error)Tuple Fields of AddFinalizer
0: ErrorRemoveFinalizer(Error)Tuple Fields of RemoveFinalizer
0: ErrorTrait Implementations
Auto Trait Implementations
impl<ReconcileErr> !RefUnwindSafe for Error<ReconcileErr>
impl<ReconcileErr> !UnwindSafe for Error<ReconcileErr>
Blanket Implementations
Mutably borrows from an owned value. Read more
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