Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
orishoshan committed Nov 5, 2024
1 parent 4837932 commit a7b4060
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions src/shared/reconcilergroup/reconcilergroup.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,14 @@ type ReconcilerWithEvents interface {
}

type Group struct {
reconcilers []ReconcilerWithEvents
name string
client client.Client
scheme *runtime.Scheme
recorder record.EventRecorder
baseObject client.Object
finalizer string
legacyFinalizers []string
monitorLastReconcileStartTime bool
reconcilers []ReconcilerWithEvents
name string
client client.Client
scheme *runtime.Scheme
recorder record.EventRecorder
baseObject client.Object
finalizer string
legacyFinalizers []string
}

func NewGroup(
Expand Down

0 comments on commit a7b4060

Please sign in to comment.