Skip to content

Commit 589ccca

Browse files
razvansbernauer
andauthored
Update rust/crd/src/lib.rs
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
1 parent f85f263 commit 589ccca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust/crd/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ pub struct CommonNodeConfig {
238238
/// Time period Pods have to gracefully shut down, e.g. `30m`, `1h` or `2d`. Consult the operator documentation for details.
239239
#[fragment_attrs(serde(default))]
240240
pub graceful_shutdown_timeout: Option<Duration>,
241+
241242
/// Request secret (currently only autoTls certificates) lifetime from the secret operator, e.g. `7d`, or `30d`.
242243
/// This can be shortened by the `maxCertificateLifetime` setting on the SecretClass issuing the TLS certificate.
243244
#[fragment_attrs(serde(default))]

0 commit comments

Comments
 (0)