You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rust/operator-binary/src/zk_controller.rs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
//! Ensures that `Pod`s are configured and running for each [`ZookeeperCluster`]
1
+
//! Ensures that `Pod`s are configured and running for each [`v1alpha1::ZookeeperCluster`]
2
2
use std::{
3
3
borrow::Cow,
4
4
collections::{BTreeMap,HashMap},
@@ -523,7 +523,7 @@ pub async fn reconcile_zk(
523
523
/// The server-role service is the primary endpoint that should be used by clients that do not perform internal load balancing,
524
524
/// including targets outside of the cluster.
525
525
///
526
-
/// Note that you should generally *not* hard-code clients to use these services; instead, create a [`v1alpha1::ZookeeperZnode`](`crate::crd::v1alpha1::ZookeeperZnode`)
526
+
/// Note that you should generally *not* hard-code clients to use these services; instead, create a [`v1alpha1::ZookeeperZnode`](`v1alpha1::ZookeeperZnode`)
527
527
/// and use the connection string that it gives you.
0 commit comments