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 1b568a6 commit 3cadcd6Copy full SHA for 3cadcd6
rust/crd/src/lib.rs
@@ -1237,6 +1237,7 @@ pub struct MiddleManagerConfig {
1237
/// [graceful shutdown documentation](DOCS_BASE_URL_PLACEHOLDER/druid/usage-guide/operations/graceful-shutdown).
1238
#[fragment_attrs(serde(default))]
1239
pub graceful_shutdown_timeout: Option<Duration>,
1240
+
1241
/// Request secret (currently only autoTls certificates) lifetime from the secret operator, e.g. `7d`, or `30d`.
1242
/// This can be shortened by the `maxCertificateLifetime` setting on the SecretClass issuing the TLS certificate.
1243
0 commit comments