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 f85f263 commit 589cccaCopy full SHA for 589ccca
rust/crd/src/lib.rs
@@ -238,6 +238,7 @@ pub struct CommonNodeConfig {
238
/// Time period Pods have to gracefully shut down, e.g. `30m`, `1h` or `2d`. Consult the operator documentation for details.
239
#[fragment_attrs(serde(default))]
240
pub graceful_shutdown_timeout: Option<Duration>,
241
+
242
/// Request secret (currently only autoTls certificates) lifetime from the secret operator, e.g. `7d`, or `30d`.
243
/// This can be shortened by the `maxCertificateLifetime` setting on the SecretClass issuing the TLS certificate.
244
0 commit comments