Skip to content

Commit 12f152e

Browse files
committed
fix: remove obsolete comment
1 parent c8605f2 commit 12f152e

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

  • rust/operator-binary/src/controller

rust/operator-binary/src/controller/mod.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
//! Controller-level vocabulary: the [`ValidatedCluster`] type produced by the [`validate`] step
2-
//! and consumed by the [`build`] steps, plus the `dereference` / `validate` / `build` sub-modules.
3-
41
use std::{collections::BTreeMap, str::FromStr};
52

63
use stackable_operator::{
@@ -178,9 +175,6 @@ impl ValidatedCluster {
178175
}
179176

180177
/// The user-provided server TLS SecretClass, if any.
181-
///
182-
/// Mirrors [`v1alpha1::TrinoCluster::get_server_tls`] but reads from the validated config so
183-
/// build steps don't need the raw cluster.
184178
pub fn get_server_tls(&self) -> Option<&str> {
185179
self.cluster_config.tls.server.as_deref()
186180
}

0 commit comments

Comments
 (0)