Skip to content

Commit

Permalink
chore: remove rsm to its upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
free6om committed Sep 27, 2024
1 parent b08ad51 commit fa55750
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 176 deletions.
2 changes: 0 additions & 2 deletions controllers/apps/component_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,6 @@ func (r *ComponentReconciler) Reconcile(ctx context.Context, req ctrl.Request) (
&componentConfigurationTransformer{Client: r.Client},
// handle restore before workloads transform
&componentRestoreTransformer{Client: r.Client},
// handle upgrade from the legacy RSM API to the InstanceSet API
&componentWorkloadUpgradeTransformer{},
// handle the component workload
&componentWorkloadTransformer{Client: r.Client},
// handle RBAC for component workloads
Expand Down
174 changes: 0 additions & 174 deletions controllers/apps/transformer_component_workload_upgrade.go

This file was deleted.

0 comments on commit fa55750

Please sign in to comment.