Skip to content

Commit 45d11c2

Browse files
committed
feat: add eg report
Signed-off-by: bitliu <[email protected]>
1 parent c80d8a3 commit 45d11c2

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
apiVersion: gateway.networking.k8s.io/v1alpha1
2+
date: "2023-09-08T02:53:27Z"
3+
gatewayAPIVersion: v0.8.0
4+
implementation:
5+
contact:
6+
- https://github.com/envoyproxy/gateway/blob/main/GOVERNANCE.md
7+
organization: envoyproxy
8+
project: envoy-gateway
9+
url: https://github.com/envoyproxy/gateway
10+
version: latest
11+
kind: ConformanceReport
12+
profiles:
13+
- core:
14+
result: success
15+
statistics:
16+
Failed: 0
17+
Passed: 29
18+
Skipped: 0
19+
summary: ""
20+
extended:
21+
result: success
22+
statistics:
23+
Failed: 0
24+
Passed: 9
25+
Skipped: 0
26+
summary: ""
27+
supportedFeatures:
28+
- HTTPRouteSchemeRedirect
29+
- HTTPRoutePathRewrite
30+
- HTTPRouteQueryParamMatching
31+
- HTTPResponseHeaderModification
32+
- HTTPRoutePortRedirect
33+
- HTTPRoutePathRedirect
34+
- HTTPRouteHostRewrite
35+
- HTTPRouteRequestMirror
36+
- HTTPRouteMethodMatching
37+
name: HTTP
38+
- core:
39+
result: success
40+
statistics:
41+
Failed: 0
42+
Passed: 11
43+
Skipped: 0
44+
summary: ""
45+
name: TLS

site-src/implementations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ See [here][emissary-gateway-api] for more details on using the Gateway API with
188188

189189
### Envoy Gateway
190190

191+
[![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)
192+
191193
[Envoy Gateway][eg-home] is an [Envoy][envoy-org] subproject for managing Envoy-based application gateways. The supported
192194
APIs and fields of the Gateway API are outlined [here][eg-supported].
193195
Use the [quickstart][eg-quickstart] to get Envoy Gateway running with Gateway API in a

0 commit comments

Comments
 (0)