ronething commented on code in PR #2444: URL: https://github.com/apache/apisix-ingress-controller/pull/2444#discussion_r2181980791
########## internal/controller/indexer/indexer.go: ########## @@ -272,6 +281,17 @@ func setupGatewayClassIndexer(mgr ctrl.Manager) error { ) } +func GatewayProxyserviceIndexFunc(rawOjb client.Object) []string { Review Comment: ```suggestion func GatewayProxyServiceIndexFunc(rawOjb client.Object) []string { ``` ########## 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: typo. -- 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