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 d313a45 commit ad277a7Copy full SHA for ad277a7
rust/crd/src/lib.rs
@@ -415,7 +415,8 @@ pub struct HbaseConfig {
415
#[fragment_attrs(serde(default))]
416
pub graceful_shutdown_timeout: Option<Duration>,
417
418
- /// Request secret (currently only auto certificates) lifetime from the secret operator.
+ /// Request secret (currently only autoTls certificates) lifetime from the secret operator, e.g. `7d`, or `30d`.
419
+ /// Please note that this can be shortened by the `maxCertificateLifetime` setting on the SecretClass issuing the TLS certificate.
420
421
pub requested_secret_lifetime: Option<Duration>,
422
}
0 commit comments