Skip to content

Commit

Permalink
fix time duration
Browse files Browse the repository at this point in the history
  • Loading branch information
maltesander committed Oct 16, 2023
1 parent a356c23 commit 1f128c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/operator-binary/src/controller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ use stackable_operator::{
rbac::build_rbac_resources,
s3::{S3AccessStyle, S3ConnectionSpec},
},
duration::Duration,
k8s_openapi::{
api::{
apps::v1::{StatefulSet, StatefulSetSpec},
Expand Down Expand Up @@ -61,6 +60,7 @@ use stackable_operator::{
compute_conditions, operations::ClusterOperationsConditionBuilder,
statefulset::StatefulSetConditionBuilder,
},
time::Duration,
};
use std::{
borrow::Cow,
Expand Down

0 comments on commit 1f128c5

Please sign in to comment.