You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#[snafu(display("failed to retrieve rolegroup replicas"))]
148
143
RoleGroupReplicas{source: crd::role::Error},
149
144
150
-
#[snafu(display(
151
-
"cluster does not define 'metadata.name' which is required for the Kafka cluster id"
152
-
))]
153
-
ClusterIdMissing,
154
-
155
145
#[snafu(display("vector agent is enabled but vector aggregator ConfigMap is missing"))]
156
146
VectorAggregatorConfigMapMissing,
157
147
}
158
148
159
149
/// The broker rolegroup [`StatefulSet`] runs the rolegroup, as configured by the administrator.
160
150
///
161
151
/// The [`Pod`](`stackable_operator::k8s_openapi::api::core::v1::Pod`)s are accessible through the corresponding
162
-
/// [`Service`](`stackable_operator::k8s_openapi::api::core::v1::Service`) from [`build_rolegroup_service`](`crate::resource::service::build_rolegroup_headless_service`).
152
+
/// [`Service`](`stackable_operator::k8s_openapi::api::core::v1::Service`) from [`build_rolegroup_headless_service`](`crate::resource::service::build_rolegroup_headless_service`).
0 commit comments