Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: dmitry.lopatin <[email protected]>
  • Loading branch information
LopatinDmitr committed Oct 23, 2024
1 parent 117bcd0 commit 8a9dbb5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 195 deletions.

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions images/virtualization-artifact/pkg/controller/vd/vd_reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,16 +237,6 @@ func (r *Reconciler) SetupController(_ context.Context, mgr manager.Manager, ctr
return fmt.Errorf("error setting watch on VDSnapshots: %w", err)
}

//viFromVDWatcher := watcher.NewVirtualImageWatcher()
//if err := viFromVDWatcher.Watch(mgr, ctr); err != nil {
// return fmt.Errorf("error setting watch on VIs: %w", err)
//}
//
//cviFromVDWatcher := watcher.NewClusterVirtualImageWatcher()
//if err := cviFromVDWatcher.Watch(mgr, ctr); err != nil {
// return fmt.Errorf("error setting watch on CVIs: %w", err)
//}

return nil
}

Expand Down

0 comments on commit 8a9dbb5

Please sign in to comment.