Skip to content

Commit 8b7ed00

Browse files
committed
fix cargo doc
1 parent 9b421b1 commit 8b7ed00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/operator-binary/src/controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ fn build_rolegroup_catalog_config_map(
871871
/// The rolegroup [`StatefulSet`] runs the rolegroup, as configured by the administrator.
872872
///
873873
/// The [`Pod`](`stackable_operator::k8s_openapi::api::core::v1::Pod`)s are accessible through the
874-
/// corresponding [`Service`] (from [`build_rolegroup_headless_service`]).
874+
/// corresponding [`stackable_operator::k8s_openapi::api::core::v1::Service`] (from [`build_rolegroup_headless_service`]).
875875
#[allow(clippy::too_many_arguments)]
876876
fn build_rolegroup_statefulset(
877877
trino: &v1alpha1::TrinoCluster,

0 commit comments

Comments
 (0)