Skip to content

Commit 0798470

Browse files
committed
Document where reconciliation results are logged to
Thanks to @maltesander
1 parent 96dce28 commit 0798470

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/logging/controller.rs

+4
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ pub trait ReconcilerError: Error {
3535
}
3636

3737
/// Reports the controller reconciliation result to all relevant targets
38+
///
39+
/// Currently this means that the result is reported to:
40+
/// * The current [`tracing`] `Subscriber`, typically at least stderr
41+
/// * Kubernetes events, if there is an error that is relevant to the end user
3842
pub fn report_controller_reconciled<K, ReconcileErr, QueueErr>(
3943
client: &Client,
4044
controller_name: &str,

0 commit comments

Comments
 (0)