Skip to content

Commit aba4f1c

Browse files
committed
Update rustdocs
1 parent 0586ddd commit aba4f1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/operator-binary/src/superset_controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ fn build_rolegroup_config_map(
641641
/// The rolegroup [`StatefulSet`] runs the rolegroup, as configured by the administrator.
642642
///
643643
/// The [`Pod`](`stackable_operator::k8s_openapi::api::core::v1::Pod`)s are accessible through the corresponding
644-
/// [`Service`](`stackable_operator::k8s_openapi::api::core::v1::Service`) (from [`build_node_rolegroup_headless_service`] and [`build_node_rolegroup_metrics_service`]).
644+
/// [`Service`](`stackable_operator::k8s_openapi::api::core::v1::Service`) (via [`build_node_rolegroup_headless_service`] and metrics from [`build_node_rolegroup_metrics_service`]).
645645
#[allow(clippy::too_many_arguments)]
646646
fn build_server_rolegroup_statefulset(
647647
superset: &SupersetCluster,

0 commit comments

Comments
 (0)