Skip to content

Commit 4db3580

Browse files
committed
fix: doc import
1 parent 2539dc1 commit 4db3580

File tree

1 file changed

+2
-2
lines changed
  • rust/operator-binary/src/crd

1 file changed

+2
-2
lines changed

rust/operator-binary/src/crd/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use security::AuthorizationConfig;
1111
use serde::{Deserialize, Serialize};
1212
use snafu::{OptionExt, ResultExt, Snafu};
1313
#[cfg(doc)]
14-
use stackable_operator::commons::listener::ListenerClass;
14+
use stackable_operator::crd::listener;
1515
use stackable_operator::{
1616
commons::{
1717
affinity::StackableAffinity,
@@ -401,7 +401,7 @@ impl v1alpha1::HdfsCluster {
401401
/// List all [`HdfsPodRef`]s for the running namenodes, configured to access the cluster via
402402
/// [Listener] rather than direct [Pod] access.
403403
///
404-
/// This enables access from outside the Kubernetes cluster (if using a [ListenerClass] configured for this).
404+
/// This enables access from outside the Kubernetes cluster (if using a [listener::v1alpha1::ListenerClass] configured for this).
405405
///
406406
/// This method assumes that all [Listener]s have been created, and may fail while waiting for the cluster to come online.
407407
/// If this is unacceptable (mainly for configuring the cluster itself), consider [`Self::pod_refs`] instead.

0 commit comments

Comments
 (0)