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 382552a commit 2b98848Copy full SHA for 2b98848
rust/operator-binary/src/webhooks/conversion.rs
@@ -26,8 +26,8 @@ pub enum Error {
26
}
27
28
/// Creates and returns a [`ConversionWebhookServer`] and a [`CustomResourceDefinitionMaintainer`].
29
-pub async fn create_webhook_server<'a>(
30
- operator_environment: &'a OperatorEnvironmentOptions,
+pub async fn create_webhook_server(
+ operator_environment: &OperatorEnvironmentOptions,
31
disable_crd_maintenance: bool,
32
client: Client,
33
) -> Result<(WebhookServer, oneshot::Receiver<()>), Error> {
0 commit comments