Skip to content

Commit c5dc376

Browse files
committed
remove unused enum
1 parent bea8115 commit c5dc376

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

rust/operator-binary/src/crd/client_protocol.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ use stackable_operator::{
1414
},
1515
schemars::{self, JsonSchema},
1616
};
17-
use strum::Display;
1817

1918
use crate::{
2019
command,
@@ -42,15 +41,6 @@ pub struct ClientSpoolingProtocolConfig {
4241
pub config_overrides: Option<HashMap<String, String>>,
4342
}
4443

45-
#[derive(Clone, Debug, Deserialize, JsonSchema, PartialEq, Serialize, Display)]
46-
#[strum(serialize_all = "SCREAMING_SNAKE_CASE")]
47-
pub enum SpoolingRetrievalMode {
48-
Storage,
49-
CoordinatorStorageRedirect,
50-
CoordinatorProxy,
51-
WorkerProxy,
52-
}
53-
5444
#[derive(Clone, Debug, Deserialize, JsonSchema, PartialEq, Serialize)]
5545
#[serde(rename_all = "camelCase")]
5646
pub enum SpoolingFileSystemConfig {

0 commit comments

Comments
 (0)