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