From 897284c106edeb77281cc48eda01a761c9ba041a Mon Sep 17 00:00:00 2001 From: Kate Osborn Date: Thu, 14 Dec 2023 13:21:04 -0700 Subject: [PATCH] Update conformance report for NGINX Gateway Fabric --- .../v1.0.0/nginxinc-nginx-gateway-fabric.yaml | 38 +++++++++++++++++++ site-src/implementations.md | 2 +- 2 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 conformance/reports/v1.0.0/nginxinc-nginx-gateway-fabric.yaml diff --git a/conformance/reports/v1.0.0/nginxinc-nginx-gateway-fabric.yaml b/conformance/reports/v1.0.0/nginxinc-nginx-gateway-fabric.yaml new file mode 100644 index 0000000000..a170fdd960 --- /dev/null +++ b/conformance/reports/v1.0.0/nginxinc-nginx-gateway-fabric.yaml @@ -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 diff --git a/site-src/implementations.md b/site-src/implementations.md index 2d40f383d1..fcce5ff196 100644 --- a/site-src/implementations.md +++ b/site-src/implementations.md @@ -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.