File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
rust/operator-binary/src/crd Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ use security::AuthorizationConfig;
11
11
use serde:: { Deserialize , Serialize } ;
12
12
use snafu:: { OptionExt , ResultExt , Snafu } ;
13
13
#[ cfg( doc) ]
14
- use stackable_operator:: commons :: listener:: ListenerClass ;
14
+ use stackable_operator:: crd :: listener;
15
15
use stackable_operator:: {
16
16
commons:: {
17
17
affinity:: StackableAffinity ,
@@ -401,7 +401,7 @@ impl v1alpha1::HdfsCluster {
401
401
/// List all [`HdfsPodRef`]s for the running namenodes, configured to access the cluster via
402
402
/// [Listener] rather than direct [Pod] access.
403
403
///
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).
405
405
///
406
406
/// This method assumes that all [Listener]s have been created, and may fail while waiting for the cluster to come online.
407
407
/// If this is unacceptable (mainly for configuring the cluster itself), consider [`Self::pod_refs`] instead.
You can’t perform that action at this time.
0 commit comments