We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f2a57f commit 7f34283Copy full SHA for 7f34283
rust/operator-binary/src/controller.rs
@@ -737,7 +737,7 @@ fn build_metastore_rolegroup_config_map(
737
/// The rolegroup [`StatefulSet`] runs the rolegroup, as configured by the administrator.
738
///
739
/// The [`Pod`](`stackable_operator::k8s_openapi::api::core::v1::Pod`)s are accessible through the
740
-/// corresponding [`Service`] (from [`build_rolegroup_headless_service`] and [`build_rolegroup_metrics_service`]).
+/// corresponding [`Service`](`stackable_operator::k8s_openapi::api::core::v1::Service`) (from [`build_rolegroup_headless_service`] and [`build_rolegroup_metrics_service`]).
741
#[allow(clippy::too_many_arguments)]
742
fn build_metastore_rolegroup_statefulset(
743
hive: &v1alpha1::HiveCluster,
0 commit comments