Skip to content

Commit 16c1472

Browse files
committed
fix rustdocs
1 parent b8d356e commit 16c1472

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rust/operator-binary/src/druid_controller.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,8 @@ fn build_rolegroup_config_map(
888888
#[allow(clippy::too_many_arguments)]
889889
/// The rolegroup [`StatefulSet`] runs the rolegroup, as configured by the administrator.
890890
///
891-
/// The [`Pod`](`stackable_operator::k8s_openapi::api::core::v1::Pod`)s are accessible through the corresponding [`Service`] (from [`build_rolegroup_service`]).
891+
/// The [`Pod`](`stackable_operator::k8s_openapi::api::core::v1::Pod`)s are accessible through the
892+
/// corresponding [`stackable_operator::k8s_openapi::api::core::v1::Service`] (from [`build_rolegroup_headless_service`]).
892893
fn build_rolegroup_statefulset(
893894
druid: &v1alpha1::DruidCluster,
894895
resolved_product_image: &ResolvedProductImage,

0 commit comments

Comments
 (0)