File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -549,18 +549,6 @@ impl v1alpha1::HbaseCluster {
549
549
}
550
550
. to_string ( )
551
551
}
552
-
553
- pub fn rolegroup_ref (
554
- & self ,
555
- role_name : impl Into < String > ,
556
- group_name : impl Into < String > ,
557
- ) -> RoleGroupRef < v1alpha1:: HbaseCluster > {
558
- RoleGroupRef {
559
- cluster : ObjectRef :: from_obj ( self ) ,
560
- role : role_name. into ( ) ,
561
- role_group : group_name. into ( ) ,
562
- }
563
- }
564
552
}
565
553
566
554
pub fn merged_env ( rolegroup_config : Option < & BTreeMap < String , String > > ) -> Vec < EnvVar > {
Original file line number Diff line number Diff line change @@ -327,9 +327,6 @@ pub enum Error {
327
327
source : stackable_operator:: kvp:: LabelError ,
328
328
} ,
329
329
330
- #[ snafu( display( "cannot collect discovery configuration" ) ) ]
331
- CollectDiscoveryConfig { source : crate :: crd:: Error } ,
332
-
333
330
#[ snafu( display( "failed to build listener volume" ) ) ]
334
331
BuildListenerVolume {
335
332
source : ListenerOperatorVolumeSourceBuilderError ,
You can’t perform that action at this time.
0 commit comments