We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fed90d commit 33e185bCopy full SHA for 33e185b
conformance/Makefile
@@ -5,7 +5,7 @@ NGINX_PREFIX = $(PREFIX)/nginx
5
NGINX_PLUS_PREFIX ?= $(PREFIX)/nginx-plus
6
GW_API_VERSION ?= 1.0.0
7
GATEWAY_CLASS = nginx
8
-SUPPORTED_FEATURES = HTTPRouteQueryParamMatching,HTTPRouteMethodMatching,HTTPRoutePortRedirect,HTTPRouteSchemeRedirect,HTTPRouteHostRewrite,HTTPRoutePathRewrite,GatewayPort8080
+SUPPORTED_FEATURES = HTTPRouteQueryParamMatching,HTTPRouteMethodMatching,HTTPRoutePortRedirect,HTTPRouteSchemeRedirect,HTTPRouteHostRewrite,HTTPRoutePathRewrite,GatewayPort8080,HTTPRouteResponseHeaderModification
9
KIND_IMAGE ?= $(shell grep -m1 'FROM kindest/node' <tests/Dockerfile | awk -F'[ ]' '{print $$2}')
10
KIND_KUBE_CONFIG=$${HOME}/.kube/kind/config
11
CONFORMANCE_TAG = latest
0 commit comments