Enum kube_runtime::controller::ReconcileReason [−][src]
pub enum ReconcileReason {
Unknown,
ObjectUpdated,
RelatedObjectUpdated {
obj_ref: ObjectRef<DynamicObject>,
},
ReconcilerRequestedRetry,
ErrorPolicyRequestedRetry,
BulkReconcile,
Custom {
reason: String,
},
}
Variants
Fields of RelatedObjectUpdated
obj_ref: ObjectRef<DynamicObject>
Fields of Custom
reason: String
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ReconcileReason
impl Send for ReconcileReason
impl Sync for ReconcileReason
impl Unpin for ReconcileReason
impl UnwindSafe for ReconcileReason
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more