diff --git a/conformance/reports/v0.8.0/envoy-gateway.yaml b/conformance/reports/v0.8.0/envoy-gateway.yaml new file mode 100644 index 0000000000..81b6cc7009 --- /dev/null +++ b/conformance/reports/v0.8.0/envoy-gateway.yaml @@ -0,0 +1,45 @@ +apiVersion: gateway.networking.k8s.io/v1alpha1 +date: "2023-09-08T02:53:27Z" +gatewayAPIVersion: v0.8.0 +implementation: + contact: + - https://github.com/envoyproxy/gateway/blob/main/GOVERNANCE.md + organization: envoyproxy + project: envoy-gateway + url: https://github.com/envoyproxy/gateway + version: latest +kind: ConformanceReport +profiles: +- core: + result: success + statistics: + Failed: 0 + Passed: 29 + Skipped: 0 + summary: "" + extended: + result: success + statistics: + Failed: 0 + Passed: 9 + Skipped: 0 + summary: "" + supportedFeatures: + - HTTPRouteSchemeRedirect + - HTTPRoutePathRewrite + - HTTPRouteQueryParamMatching + - HTTPResponseHeaderModification + - HTTPRoutePortRedirect + - HTTPRoutePathRedirect + - HTTPRouteHostRewrite + - HTTPRouteRequestMirror + - HTTPRouteMethodMatching + name: HTTP +- core: + result: success + statistics: + Failed: 0 + Passed: 11 + Skipped: 0 + summary: "" + name: TLS diff --git a/site-src/implementations.md b/site-src/implementations.md index 8632e3f200..c30847f0d1 100644 --- a/site-src/implementations.md +++ b/site-src/implementations.md @@ -188,6 +188,8 @@ See [here][emissary-gateway-api] for more details on using the Gateway API with ### Envoy Gateway +[![Conformance](https://img.shields.io/badge/Gateway%20API%20Conformance%20v0.8.0-EnvoyGateway-green)](https://github.com/kubernetes-sigs/gateway-api/blob/main/conformance/reports/v0.8.0/envoy-gateway.yaml) + [Envoy Gateway][eg-home] is an [Envoy][envoy-org] subproject for managing Envoy-based application gateways. The supported APIs and fields of the Gateway API are outlined [here][eg-supported]. Use the [quickstart][eg-quickstart] to get Envoy Gateway running with Gateway API in a