eye-gu opened a new pull request, #6347: URL: https://github.com/apache/shenyu/pull/6347
<!-- Describe your PR here; e.g. Fixes #issueNo --> close #6346 Implements ShenYu support for Kubernetes Gateway API (gateway.networking.k8s.io/v1), complementing the existing Ingress support. ### Core Components | Component | Description | |-----------|-------------| | `GatewayClassReconciler` | Watches GatewayClass, accepts those with `spec.controllerName=shenyu` | | `GatewayReconciler` | Watches Gateway, re-queues affected HTTPRoutes on Gateway changes | | `HTTPRouteReconciler` | Watches HTTPRoute, parses into ShenYu selector/rule via `HttpRouteParser` | | `HttpRouteParser` | Translates HTTPRoute spec (hostnames + matches + backendRefs) into `SelectorData`/`RuleData` | | `GatewayRouteCache` | Thread-safe cache for route↔selector and gateway↔route bindings | | `GatewayApiControllerConfiguration` | Spring Boot auto-configuration for all Gateway API beans | <!-- Thank you for proposing a pull request. This template will guide you through the essential steps necessary for a pull request. --> Make sure that: - [x] You have read the [contribution guidelines](https://shenyu.apache.org/community/contributor-guide). - [x] You submit test cases (unit or integration tests) that back your changes. - [x] Your local test passed `./mvnw clean install -Dmaven.javadoc.skip=true`. -- 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]
