We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b79c8d commit bad72caCopy full SHA for bad72ca
1 file changed
rust/operator-binary/src/controller/mod.rs
@@ -270,11 +270,6 @@ pub struct ValidatedHbaseConfig {
270
pub logging: validate::ValidatedLogging,
271
}
272
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).
278
pub type HbaseRoleGroupConfig = stackable_operator::v2::role_utils::RoleGroupConfig<
279
ValidatedHbaseConfig,
280
stackable_operator::v2::role_utils::JavaCommonConfig,
0 commit comments