Skip to content

Commit

Permalink
reformat license controller
Browse files Browse the repository at this point in the history
  • Loading branch information
yxxchange committed Aug 8, 2023
1 parent 3c26d78 commit ab65289
Show file tree
Hide file tree
Showing 13 changed files with 327 additions and 1,088 deletions.
14 changes: 0 additions & 14 deletions controllers/licenseissuer/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,20 +98,6 @@ func main() {
// get options for this Operator
options := util.GetOptions()

// if err = (&controller.CollectorReconciler{
// Client: mgr.GetClient(),
// Scheme: mgr.GetScheme(),
// }).SetupWithManager(mgr); err != nil {
// setupLog.Error(err, "unable to create controller", "controller", "Collector")
// os.Exit(1)
// }
// if err = (&controller.CloudSyncReconciler{
// Client: mgr.GetClient(),
// Scheme: mgr.GetScheme(),
// }).SetupWithManager(mgr); err != nil {
// setupLog.Error(err, "unable to create controller", "controller", "CloudSync")
// os.Exit(1)
// }
if err = (&controller.LicenseReconciler{
Client: mgr.GetClient(),
Scheme: mgr.GetScheme(),
Expand Down
177 changes: 0 additions & 177 deletions controllers/licenseissuer/internal/controller/collector_controller.go

This file was deleted.

182 changes: 0 additions & 182 deletions controllers/licenseissuer/internal/controller/datasync_controller.go

This file was deleted.

0 comments on commit ab65289

Please sign in to comment.