File tree Expand file tree Collapse file tree
rust/operator-binary/src/crd Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -661,16 +661,6 @@ fn validate_logging(
661661}
662662
663663/// A validated, merged role-group config.
664- ///
665- /// This is the upstream [`stackable_operator::v2::role_utils::RoleGroupConfig`] (config plus the
666- /// four merged override categories, role group winning over role), with the typed per-role config
667- /// erased to the shared [`ValidatedDruidConfig`] view. The merged JVM argument overrides live in
668- /// `product_specific_common_config`; the rendered per-file configs (runtime.properties /
669- /// security.properties / jvm.config) are produced later, in the config-map build step.
670- ///
671- /// The StatefulSet replicas come from [`RoleGroupConfig::replicas`], which is optional: an
672- /// unspecified count is passed through as `None` to the StatefulSet so a HorizontalPodAutoscaler
673- /// can own the replica count.
674664pub type DruidRoleGroupConfig =
675665 RoleGroupConfig < ValidatedDruidConfig , JavaCommonConfig , DruidConfigOverrides > ;
676666
You can’t perform that action at this time.
0 commit comments