Enum kube_runtime::controller::Error
source · [−]pub enum Error<ReconcilerErr: Error + 'static, QueueErr: Error + 'static> {
ObjectNotFound(ObjectRef<DynamicObject>),
ReconcilerFailed(ReconcilerErr, ObjectRef<DynamicObject>),
SchedulerDequeueFailed(Error),
QueueError(QueueErr),
}
Variants
ObjectNotFound(ObjectRef<DynamicObject>)
ReconcilerFailed(ReconcilerErr, ObjectRef<DynamicObject>)
SchedulerDequeueFailed(Error)
QueueError(QueueErr)
Trait Implementations
Auto Trait Implementations
impl<ReconcilerErr, QueueErr> RefUnwindSafe for Error<ReconcilerErr, QueueErr> where
QueueErr: RefUnwindSafe,
ReconcilerErr: RefUnwindSafe,
impl<ReconcilerErr, QueueErr> Send for Error<ReconcilerErr, QueueErr> where
QueueErr: Send,
ReconcilerErr: Send,
impl<ReconcilerErr, QueueErr> Sync for Error<ReconcilerErr, QueueErr> where
QueueErr: Sync,
ReconcilerErr: Sync,
impl<ReconcilerErr, QueueErr> Unpin for Error<ReconcilerErr, QueueErr> where
QueueErr: Unpin,
ReconcilerErr: Unpin,
impl<ReconcilerErr, QueueErr> UnwindSafe for Error<ReconcilerErr, QueueErr> where
QueueErr: UnwindSafe,
ReconcilerErr: UnwindSafe,
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