@@ -41,7 +41,7 @@ use crate::{
4141 framework:: {
4242 HasName , HasUid , NameIsValidLabelValue ,
4343 product_logging:: framework:: { ValidatedContainerLogConfigChoice , VectorContainerLogConfig } ,
44- role_utils:: { GenericProductSpecificCommonConfig , RoleGroupConfig } ,
44+ role_utils:: { GenericCommonConfig , RoleGroupConfig } ,
4545 types:: {
4646 common:: Port ,
4747 kubernetes:: { Hostname , ListenerClassName , NamespaceName , SecretClassName , Uid } ,
@@ -147,7 +147,7 @@ impl ReconcilerError for Error {
147147}
148148
149149type OpenSearchRoleGroupConfig = RoleGroupConfig <
150- GenericProductSpecificCommonConfig ,
150+ GenericCommonConfig ,
151151 ValidatedOpenSearchConfig ,
152152 v1alpha1:: OpenSearchConfigOverrides ,
153153> ;
@@ -511,7 +511,7 @@ mod tests {
511511 framework:: {
512512 builder:: pod:: container:: EnvVarSet ,
513513 product_logging:: framework:: ValidatedContainerLogConfigChoice ,
514- role_utils:: GenericProductSpecificCommonConfig ,
514+ role_utils:: GenericCommonConfig ,
515515 types:: {
516516 kubernetes:: { ListenerClassName , NamespaceName , SecretClassName } ,
517517 operator:: { ClusterName , OperatorName , ProductVersion , RoleGroupName } ,
@@ -665,7 +665,7 @@ mod tests {
665665 env_overrides : EnvVarSet :: default ( ) ,
666666 cli_overrides : BTreeMap :: default ( ) ,
667667 pod_overrides : PodTemplateSpec :: default ( ) ,
668- product_specific_common_config : GenericProductSpecificCommonConfig :: default ( ) ,
668+ product_specific_common_config : GenericCommonConfig :: default ( ) ,
669669 }
670670 }
671671}
0 commit comments