Skip to content

Commit

Permalink
chore: remove SmartModuleMigrationController (#3472)
Browse files Browse the repository at this point in the history
  • Loading branch information
morenol committed Aug 16, 2023
1 parent f37f00c commit a64906a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 58 deletions.
47 changes: 0 additions & 47 deletions crates/fluvio-sc/src/k8/migration.rs

This file was deleted.

1 change: 0 additions & 1 deletion crates/fluvio-sc/src/k8/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

pub(crate) mod controllers;
mod objects;
pub(crate) mod migration;

#[cfg(test)]
mod fixture;
10 changes: 0 additions & 10 deletions crates/fluvio-sc/src/start.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,6 @@ pub fn main_loop(opt: ScOpt) {
#[cfg(feature = "k8")]
let namespace = sc_config.namespace.clone();

#[cfg(feature = "k8")]
if let Err(err) = crate::k8::migration::SmartModuleMigrationController::migrate(
k8_client.clone(),
&namespace,
)
.await
{
tracing::error!("migration failed: {:#?}", err);
}

info!("starting main loop");

#[cfg(feature = "k8")]
Expand Down

0 comments on commit a64906a

Please sign in to comment.