Skip to content

Commit 0328e3f

Browse files
chore: Fix rustdoc warnings
1 parent 6585fe9 commit 0328e3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • rust/operator-binary/src/backend/tls

rust/operator-binary/src/backend/tls/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pub const DEFAULT_CA_CERT_LIFETIME: Duration = Duration::from_days_unchecked(365
5454
/// The CA certificate is not published anymore while in retirement to avoid that pods get almost
5555
/// expired certificates.
5656
///
57-
/// see https://github.com/stackabletech/secret-operator/issues/625
57+
/// see <https://github.com/stackabletech/secret-operator/issues/625>
5858
pub const DEFAULT_CA_CERT_RETIREMENT_DURATION: Duration = Duration::from_hours_unchecked(1);
5959

6060
/// As the Pods will be evicted [`DEFAULT_CERT_RESTART_BUFFER`] before
@@ -66,7 +66,7 @@ pub const DEFAULT_CA_CERT_RETIREMENT_DURATION: Duration = Duration::from_hours_u
6666
/// [`DEFAULT_MAX_CERT_LIFETIME`] must be less than `([DEFAULT_CA_CERT_LIFETIME] -
6767
/// [DEFAULT_CA_CERT_RETIREMENT_DURATION]) / [CA_ROTATION_FACTOR] / 2`.
6868
///
69-
/// see the explanation in [`AutoTlsBackend::max_certificate_lifetime`]
69+
/// see the explanation in [`v1alpha2::AutoTlsBackend::max_certificate_lifetime`]
7070
pub const DEFAULT_MAX_CERT_LIFETIME: Duration = Duration::from_days_unchecked(15);
7171

7272
/// Default lifetime of certs when no annotations are set on the Volume.

0 commit comments

Comments
 (0)