@@ -37,15 +37,16 @@ use stackable_operator::{
3737 commons:: {
3838 product_image_selection:: ResolvedProductImage ,
3939 rbac:: build_rbac_resources,
40- s3:: { S3AccessStyle , S3ConnectionSpec } ,
40+ s3:: { S3AccessStyle , S3ConnectionSpec , S3Error } ,
4141 tls_verification:: TlsClientDetailsError ,
4242 } ,
4343 k8s_openapi:: {
4444 api:: {
4545 apps:: v1:: { StatefulSet , StatefulSetSpec } ,
4646 core:: v1:: {
47- ConfigMap , ConfigMapVolumeSource , EmptyDirVolumeSource , Probe , Service ,
48- ServicePort , ServiceSpec , TCPSocketAction , Volume ,
47+ ConfigMap , ConfigMapVolumeSource , EmptyDirVolumeSource , EnvVar , EnvVarSource ,
48+ Probe , SecretKeySelector , Service , ServicePort , ServiceSpec , TCPSocketAction ,
49+ Volume ,
4950 } ,
5051 } ,
5152 apimachinery:: pkg:: {
@@ -80,10 +81,6 @@ use stackable_operator::{
8081 time:: Duration ,
8182 utils:: { cluster_info:: KubernetesClusterInfo , COMMON_BASH_TRAP_FUNCTIONS } ,
8283} ;
83- use stackable_operator:: {
84- commons:: s3:: S3Error ,
85- k8s_openapi:: api:: core:: v1:: { EnvVar , EnvVarSource , SecretKeySelector } ,
86- } ;
8784use strum:: EnumDiscriminants ;
8885use tracing:: warn;
8986
0 commit comments