Skip to content

Commit 2add5ee

Browse files
committed
remove unused input
1 parent 47ac444 commit 2add5ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rust/operator-binary/src/controller.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ use stackable_operator::{
4444
apps::v1::{StatefulSet, StatefulSetSpec},
4545
core::v1::{
4646
ConfigMap, ConfigMapVolumeSource, EmptyDirVolumeSource, Probe, Service,
47-
ServicePort, ServiceSpec, TCPSocketAction, Volume,
47+
ServiceSpec, TCPSocketAction, Volume,
4848
},
4949
},
5050
apimachinery::pkg::{
@@ -99,7 +99,7 @@ use crate::{
9999
self, add_kerberos_pod_config, kerberos_config_properties,
100100
kerberos_container_start_commands,
101101
},
102-
listener::{LISTENER_VOLUME_DIR, LISTENER_VOLUME_NAME, build_role_listener, listener_ports},
102+
listener::{LISTENER_VOLUME_DIR, LISTENER_VOLUME_NAME, build_role_listener},
103103
operations::{graceful_shutdown::add_graceful_shutdown_config, pdb::add_pdbs},
104104
product_logging::extend_role_group_config_map,
105105
};

0 commit comments

Comments
 (0)