Skip to content

Commit b827bee

Browse files
committed
chore: Remove dead code
1 parent dea44fb commit b827bee

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

  • rust/operator-binary/src/crd

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

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -275,21 +275,6 @@ pub fn default_allow_all() -> bool {
275275
true
276276
}
277277

278-
#[derive(strum::Display, Clone, Debug, Deserialize, Eq, JsonSchema, PartialEq, Serialize)]
279-
#[serde(rename_all = "camelCase")]
280-
pub enum StoreType {
281-
#[strum(serialize = "JKS")]
282-
Jks,
283-
#[strum(serialize = "PKCS12")]
284-
Pkcs12,
285-
}
286-
287-
impl Default for StoreType {
288-
fn default() -> Self {
289-
Self::Jks
290-
}
291-
}
292-
293278
/// This section creates a `create-reporting-task` Kubernetes Job, which enables the export of
294279
/// Prometheus metrics within NiFi.
295280
#[derive(Clone, Debug, Deserialize, JsonSchema, PartialEq, Serialize)]

0 commit comments

Comments
 (0)