We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96dce28 commit 0798470Copy full SHA for 0798470
src/logging/controller.rs
@@ -35,6 +35,10 @@ pub trait ReconcilerError: Error {
35
}
36
37
/// 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
42
pub fn report_controller_reconciled<K, ReconcileErr, QueueErr>(
43
client: &Client,
44
controller_name: &str,
0 commit comments