Skip to content

Commit

Permalink
fixing redeclaring during merge
Browse files Browse the repository at this point in the history
fixing redeclaring during merge

Signed-off-by: kevin <tengkang@msn.com>
  • Loading branch information
kevinteng525 committed Oct 8, 2022
1 parent 8c5ad89 commit 7a34f91
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions controllers/keda/scaledjob_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,10 @@ type ScaledJobReconciler struct {
GlobalHTTPTimeout time.Duration
Recorder record.EventRecorder

scaledJobGenerations *sync.Map
scaleHandler scaling.ScaleHandler
SecretsLister corev1listers.SecretLister
SecretsSynced cache.InformerSynced

scaledJobGenerations *sync.Map
scaleHandler scaling.ScaleHandler
SecretsLister corev1listers.SecretLister
SecretsSynced cache.InformerSynced
}

var (
Expand Down

0 comments on commit 7a34f91

Please sign in to comment.