Skip to content

Commit 5658635

Browse files
authored
Merge pull request #2679 from kate-osborn/ngf-conformance-profile
Update conformance report for NGINX Gateway Fabric
2 parents 8672410 + 897284c commit 5658635

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
apiVersion: gateway.networking.k8s.io/v1alpha1
2+
date: "2023-12-14T20:16:14Z"
3+
gatewayAPIVersion: v1.0.0
4+
implementation:
5+
contact:
6+
- https://github.com/nginxinc/nginx-kubernetes-gateway/discussions/new/choose
7+
organization: nginxinc
8+
project: nginx-kubernetes-gateway
9+
url: https://github.com/nginxinc/nginx-kubernetes-gateway
10+
version: v1.1.0
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: 4
25+
Skipped: 0
26+
summary: ""
27+
supportedFeatures:
28+
- HTTPRouteSchemeRedirect
29+
- HTTPRouteMethodMatching
30+
- HTTPRouteQueryParamMatching
31+
- HTTPRoutePortRedirect
32+
unsupportedFeatures:
33+
- HTTPRoutePathRedirect
34+
- HTTPRoutePathRewrite
35+
- HTTPRouteHostRewrite
36+
- HTTPRouteRequestMirror
37+
- HTTPResponseHeaderModification
38+
name: HTTP

site-src/implementations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ The [LiteSpeed Ingress Controller](https://litespeedtech.com/products/litespeed-
368368

369369
### NGINX Gateway Fabric
370370

371-
[![Conformance](https://img.shields.io/badge/Gateway%20API%20Conformance%20v0.8.1-NGINX Gateway Fabric-green)](https://github.com/kubernetes-sigs/gateway-api/blob/main/conformance/reports/v0.8.1/nginxinc-nginx-gateway-fabric.yaml)
371+
[![Conformance](https://img.shields.io/badge/Gateway%20API%20Conformance%20v1.0.0-NGINX Gateway Fabric-green)](https://github.com/kubernetes-sigs/gateway-api/blob/main/conformance/reports/v1.0.0/nginxinc-nginx-gateway-fabric.yaml)
372372

373373
[NGINX Gateway Fabric][nginx-gateway-fabric] is an open-source project that provides an implementation of the Gateway API using [NGINX][nginx] as the data plane. The goal of this project is to implement the core Gateway API -- Gateway, GatewayClass, HTTPRoute, TCPRoute, TLSRoute, and UDPRoute -- to configure an HTTP or TCP/UDP load balancer, reverse-proxy, or API gateway for applications running on Kubernetes. NGINX Gateway Fabric is currently under development and supports a subset of the Gateway API.
374374

0 commit comments

Comments
 (0)