File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
crates/stackable-webhook/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ pub enum WebhookServerError {
6060/// ```
6161/// use stackable_webhook::WebhookServer;
6262/// use stackable_webhook::WebhookServerOptions;
63- /// use stackable_webhook::servers ::Webhook;
63+ /// use stackable_webhook::webhooks ::Webhook;
6464///
6565/// # async fn docs() {
6666/// let mut webhooks: Vec<Box<dyn Webhook>> = vec![];
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ pub enum MutatingWebhookError {
5454/// use stackable_operator::kube::core::admission::{AdmissionRequest, AdmissionResponse};
5555/// use stackable_operator::kvp::Label;
5656/// use stackable_webhook::WebhookServer;
57- /// use stackable_webhook::servers ::MutatingWebhook;
57+ /// use stackable_webhook::webhooks ::MutatingWebhook;
5858///
5959/// # async fn docs() {
6060/// // The Kubernetes client
You can’t perform that action at this time.
0 commit comments