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 25c1e80 commit 516f94dCopy full SHA for 516f94d
crates/stackable-webhook/src/lib.rs
@@ -69,8 +69,7 @@ pub struct WebhookServer {
69
70
#[derive(Clone, Debug)]
71
pub struct WebhookServerOptions {
72
- /// The HTTPS socket address the [`TcpListener`][tokio::net::TcpListener]
73
- /// binds to.
+ /// The HTTPS socket address the [`TcpListener`][tokio::net::TcpListener] binds to.
74
pub socket_addr: SocketAddr,
75
76
/// The namespace the operator/webhook is running in.
0 commit comments