Skip to content

Commit bad72ca

Browse files
committed
fix: remove v2 upstream reference
1 parent 3b79c8d commit bad72ca

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

  • rust/operator-binary/src/controller

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -270,11 +270,6 @@ pub struct ValidatedHbaseConfig {
270270
pub logging: validate::ValidatedLogging,
271271
}
272272

273-
/// Per-rolegroup configuration: a v2
274-
/// [`RoleGroupConfig`](stackable_operator::v2::role_utils::RoleGroupConfig) over the validated
275-
/// HBase config. The merged (role <- role group) `jvmArgumentOverrides` are available via
276-
/// `product_specific_common_config` and applied at build time by
277-
/// [`construct_role_specific_non_heap_jvm_args`](build::jvm::construct_role_specific_non_heap_jvm_args).
278273
pub type HbaseRoleGroupConfig = stackable_operator::v2::role_utils::RoleGroupConfig<
279274
ValidatedHbaseConfig,
280275
stackable_operator::v2::role_utils::JavaCommonConfig,

0 commit comments

Comments
 (0)