Skip to content

Commit d9f8249

Browse files
committed
merge imports
1 parent 6cc8ccb commit d9f8249

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

rust/operator-binary/src/hdfs_controller.rs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ use stackable_operator::{
2323
k8s_openapi::{
2424
api::{
2525
apps::v1::{StatefulSet, StatefulSetSpec},
26-
core::v1::{ConfigMap, Service, ServicePort, ServiceSpec},
26+
core::v1::{ConfigMap, Service, ServiceAccount, ServicePort, ServiceSpec},
2727
},
2828
apimachinery::pkg::apis::meta::v1::LabelSelector,
2929
DeepMerge,
3030
},
3131
kube::{
3232
api::ObjectMeta,
3333
core::{error_boundary, DeserializeGuard},
34-
runtime::{controller::Action, reflector::ObjectRef},
34+
runtime::{controller::Action, events::Recorder, reflector::ObjectRef},
3535
Resource, ResourceExt,
3636
},
3737
kvp::{Label, LabelError, Labels},
@@ -48,9 +48,6 @@ use stackable_operator::{
4848
time::Duration,
4949
utils::cluster_info::KubernetesClusterInfo,
5050
};
51-
use stackable_operator::{
52-
k8s_openapi::api::core::v1::ServiceAccount, kube::runtime::events::Recorder,
53-
};
5451
use strum::{EnumDiscriminants, IntoEnumIterator, IntoStaticStr};
5552

5653
use stackable_hdfs_crd::{

0 commit comments

Comments
 (0)