source-controller/internal/reconcile/summarize
Sunny 30fe0dc6aa
Introduce ErrorActionHandler ResultProcessor
ErrorActionHandler processes the reconciliation error results based on
their configurations. It performs actions like logging and event
recording based on the error configuration. More actions can be
accommodated in the future with more error configurations.

It can be a replacement for RecordContextualError() which does the same
operations but can't be configured much.

Signed-off-by: Sunny <darkowlzz@protonmail.com>
2022-05-20 19:52:18 +05:30
..
matchers_test.go Make generic SummarizeAndPatch() 2022-02-23 12:35:30 +01:00
processor.go Introduce ErrorActionHandler ResultProcessor 2022-05-20 19:52:18 +05:30
processor_test.go Make generic SummarizeAndPatch() 2022-02-23 12:35:30 +01:00
summary.go summarize: Consider obj status condition in result 2022-04-30 10:12:21 +05:30
summary_test.go summarize: Consider obj status condition in result 2022-04-30 10:12:21 +05:30