dspo commented on code in PR #2444: URL: https://github.com/apache/apisix-ingress-controller/pull/2444#discussion_r2182017395
########## internal/controller/indexer/indexer.go: ########## @@ -272,6 +281,17 @@ func setupGatewayClassIndexer(mgr ctrl.Manager) error { ) } +func GatewayProxyserviceIndexFunc(rawOjb client.Object) []string { + gatewayProxy := rawOjb.(*v1alpha1.GatewayProxy) Review Comment: fixed ########## internal/controller/indexer/indexer.go: ########## @@ -272,6 +281,17 @@ func setupGatewayClassIndexer(mgr ctrl.Manager) error { ) } +func GatewayProxyserviceIndexFunc(rawOjb client.Object) []string { Review Comment: fixed -- 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: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org