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 f1b4ed0 commit 44a701aCopy full SHA for 44a701a
crates/stackable-operator/src/crd/maintainer.rs
@@ -9,7 +9,7 @@ use kube::{
9
Api, Client, ResourceExt,
10
api::{Patch, PatchParams},
11
};
12
-use snafu::{ResultExt, Snafu};
+use snafu::{ResultExt, Snafu, ensure};
13
use stackable_webhook::x509_cert::{self, Certificate, EncodePem, LineEnding};
14
use tokio::sync::{mpsc, oneshot};
15
0 commit comments