Revolyssup commented on code in PR #2550:
URL: 
https://github.com/apache/apisix-ingress-controller/pull/2550#discussion_r2348356639


##########
internal/provider/apisix/provider.go:
##########
@@ -80,15 +82,20 @@ func New(updater status.Updater, readier 
readiness.ReadinessManager, opts ...pro
        }
 
        return &apisixProvider{
-               client:     cli,
-               Options:    o,
-               translator: &translator.Translator{},
-               updater:    updater,
-               readier:    readier,
-               syncCh:     make(chan struct{}, 1),
+               client:           cli,
+               adcDebugProvider: common.NewADCDebugProvider(cli.Store, 
cli.ConfigManager),

Review Comment:
   Makes sense. move it. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to