Skip to content

Commit 5d25085

Browse files
committed
fix: remove upstream v2 reference
1 parent 0f209c8 commit 5d25085

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

  • rust/operator-binary/src/crd

rust/operator-binary/src/crd/mod.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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.
674664
pub type DruidRoleGroupConfig =
675665
RoleGroupConfig<ValidatedDruidConfig, JavaCommonConfig, DruidConfigOverrides>;
676666

0 commit comments

Comments
 (0)