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 7fd415c commit 61a877bCopy full SHA for 61a877b
rust/crd/src/lib.rs
@@ -1141,6 +1141,7 @@ pub struct BrokerConfig {
1141
/// [graceful shutdown documentation](DOCS_BASE_URL_PLACEHOLDER/druid/usage-guide/operations/graceful-shutdown).
1142
#[fragment_attrs(serde(default))]
1143
pub graceful_shutdown_timeout: Option<Duration>,
1144
+
1145
/// Request secret (currently only autoTls certificates) lifetime from the secret operator, e.g. `7d`, or `30d`.
1146
/// This can be shortened by the `maxCertificateLifetime` setting on the SecretClass issuing the TLS certificate.
1147
0 commit comments