We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da6b1dc commit 00629deCopy full SHA for 00629de
crates/stackable-webhook/src/lib.rs
@@ -3,8 +3,8 @@
3
//!
4
//! Currently the following webhooks are supported:
5
6
-//! * CRD conversion webhooks: [`ConversionWebhook`](`webhooks::ConversionWebhook`)
7
-//! * Mutating webhooks: [`MutatingWebhook`](`webhooks::MutatingWebhook`)
+//! * [webhooks::ConversionWebhook]
+//! * [webhooks::MutatingWebhook]
8
//! * In the future validating webhooks wil be added
9
10
//! This library is fully compatible with the [`tracing`] crate and emits debug level tracing data.
0 commit comments