Skip to content

Commit

Permalink
Merge pull request #2282 from Xunzhuo/add-eg-report
Browse files Browse the repository at this point in the history
feat: add envoy gateway conformance report
  • Loading branch information
k8s-ci-robot authored Sep 13, 2023
2 parents b858494 + 45d11c2 commit c63aa6c
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
45 changes: 45 additions & 0 deletions conformance/reports/v0.8.0/envoy-gateway.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions site-src/implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c63aa6c

Please sign in to comment.