Skip to content

Commit 45ea882

Browse files
committed
fix cargo doc
1 parent 7086c95 commit 45ea882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/operator-binary/src/zk_controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ pub fn build_role_listener_pvc(
675675

676676
/// The rolegroup [`StatefulSet`] runs the rolegroup, as configured by the administrator.
677677
///
678-
/// The [`Pod`](`stackable_operator::k8s_openapi::api::core::v1::Pod`)s are accessible through the corresponding headless [`Service`] (from [`build_server_rolegroup_headless_service`]).
678+
/// The [`Pod`](`stackable_operator::k8s_openapi::api::core::v1::Pod`)s are accessible through the corresponding headless [`stackable_operator::k8s_openapi::api::core::v1::Service`] (from [`build_server_rolegroup_headless_service`]).
679679
#[allow(clippy::too_many_arguments)]
680680
fn build_server_rolegroup_statefulset(
681681
zk: &v1alpha1::ZookeeperCluster,

0 commit comments

Comments
 (0)