Skip to content

Commit 56782ce

Browse files
committed
fix: remove comments referencing other products / product-config
1 parent 5e077a4 commit 56782ce

3 files changed

Lines changed: 2 additions & 9 deletions

File tree

rust/operator-binary/src/controller/build/config_map.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
//! Assembles the rolegroup [`ConfigMap`] from the [`ValidatedCluster`], dispatching to the
2-
//! per-file builders in [`super::properties`]. The owner object is only used for the owner
3-
//! reference and object metadata, never for config content.
2+
//! per-file builders in [`super::properties`].
43
54
use snafu::{ResultExt, Snafu};
65
use stackable_operator::{

rust/operator-binary/src/controller/build/discovery.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
//! Builds the discovery [`ConfigMap`] clients use to connect to an `OpaCluster`.
22
//!
33
//! The content comes entirely from the [`ValidatedCluster`] (plus the externally-resolved role
4-
//! [`Service`] and `cluster_info`); the owner object is only used for the owner reference and
5-
//! object metadata.
4+
//! service and `cluster_info`).
65
76
use snafu::{ResultExt, Snafu};
87
use stackable_operator::{

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
//! Per-config-file build steps assembled into the rolegroup `ConfigMap`.
2-
//!
3-
//! Unlike trino/hdfs (which emit several key-value `.properties` / `.xml` files), OPA only emits
4-
//! JSON documents, so each builder returns a serialized `String` and there is no key-value
5-
//! `writer`. The structure (one module per file + the [`ConfigFileName`] enum) mirrors the other
6-
//! operators.
72
83
pub mod config_json;
94
pub mod logging;

0 commit comments

Comments
 (0)