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;
1111use serde:: { Deserialize , Serialize } ;
1212use snafu:: { OptionExt , ResultExt , Snafu } ;
1313#[ cfg( doc) ]
14- use stackable_operator:: commons :: listener:: ListenerClass ;
14+ use stackable_operator:: crd :: listener;
1515use 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.
You can’t perform that action at this time.
0 commit comments