Skip to content

Commit 5fe88d4

Browse files
committed
docs: Fix doc refs
1 parent 3094e97 commit 5fe88d4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

rust/operator-binary/src/discovery.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ pub enum Error {
6262
}
6363

6464
/// Build a discovery [`ConfigMap`] containing connection details for a [`v1alpha1::ZookeeperCluster`] from a [`listener::v1alpha1::Listener`].
65-
///
66-
/// `hosts` will usually come from either [`pod_hosts`] or [`nodeport_hosts`].
6765
#[allow(clippy::too_many_arguments)]
6866
pub fn build_discovery_configmap(
6967
zk: &v1alpha1::ZookeeperCluster,

rust/operator-binary/src/zk_controller.rs

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

798798
/// The rolegroup [`StatefulSet`] runs the rolegroup, as configured by the administrator.
799799
///
800-
/// The [`Pod`](`stackable_operator::k8s_openapi::api::core::v1::Pod`)s are accessible through the corresponding [`Service`] (from [`build_server_rolegroup_service`]).
800+
/// The [`Pod`](`stackable_operator::k8s_openapi::api::core::v1::Pod`)s are accessible through the corresponding headless [`Service`] (from [`build_server_rolegroup_headless_service`]).
801801
#[allow(clippy::too_many_arguments)]
802802
fn build_server_rolegroup_statefulset(
803803
zk: &v1alpha1::ZookeeperCluster,

0 commit comments

Comments
 (0)