Skip to content

Commit

Permalink
Update conformance report for NGINX Gateway Fabric
Browse files Browse the repository at this point in the history
  • Loading branch information
kate-osborn committed Dec 14, 2023
1 parent 8672410 commit 897284c
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions conformance/reports/v1.0.0/nginxinc-nginx-gateway-fabric.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
apiVersion: gateway.networking.k8s.io/v1alpha1
date: "2023-12-14T20:16:14Z"
gatewayAPIVersion: v1.0.0
implementation:
contact:
- https://github.com/nginxinc/nginx-kubernetes-gateway/discussions/new/choose
organization: nginxinc
project: nginx-kubernetes-gateway
url: https://github.com/nginxinc/nginx-kubernetes-gateway
version: v1.1.0
kind: ConformanceReport
profiles:
- core:
result: success
statistics:
Failed: 0
Passed: 29
Skipped: 0
summary: ""
extended:
result: success
statistics:
Failed: 0
Passed: 4
Skipped: 0
summary: ""
supportedFeatures:
- HTTPRouteSchemeRedirect
- HTTPRouteMethodMatching
- HTTPRouteQueryParamMatching
- HTTPRoutePortRedirect
unsupportedFeatures:
- HTTPRoutePathRedirect
- HTTPRoutePathRewrite
- HTTPRouteHostRewrite
- HTTPRouteRequestMirror
- HTTPResponseHeaderModification
name: HTTP
2 changes: 1 addition & 1 deletion site-src/implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ The [LiteSpeed Ingress Controller](https://litespeedtech.com/products/litespeed-

### NGINX Gateway Fabric

[![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)
[![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)

[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.

Expand Down

0 comments on commit 897284c

Please sign in to comment.