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 9b421b1 commit 8b7ed00Copy full SHA for 8b7ed00
1 file changed
rust/operator-binary/src/controller.rs
@@ -871,7 +871,7 @@ fn build_rolegroup_catalog_config_map(
871
/// The rolegroup [`StatefulSet`] runs the rolegroup, as configured by the administrator.
872
///
873
/// The [`Pod`](`stackable_operator::k8s_openapi::api::core::v1::Pod`)s are accessible through the
874
-/// corresponding [`Service`] (from [`build_rolegroup_headless_service`]).
+/// corresponding [`stackable_operator::k8s_openapi::api::core::v1::Service`] (from [`build_rolegroup_headless_service`]).
875
#[allow(clippy::too_many_arguments)]
876
fn build_rolegroup_statefulset(
877
trino: &v1alpha1::TrinoCluster,
0 commit comments