source-controller/internal/reconcile
Sunny 2240106c8e
summarize: Consider obj status condition in result
SummarizeAndPatch() should also consider the object's status conditions
when computing and returning the runtime results to avoid any
inconsistency in the runtime result and status condition of the object.
When an object's Ready condition is False, the reconciler should retry
unless it's in stalled condition.

Signed-off-by: Sunny <darkowlzz@protonmail.com>
2022-04-30 10:12:21 +05:30
..
summarize summarize: Consider obj status condition in result 2022-04-30 10:12:21 +05:30
reconcile.go summarize: Consider obj status condition in result 2022-04-30 10:12:21 +05:30
reconcile_test.go summarize: Consider obj status condition in result 2022-04-30 10:12:21 +05:30