From da30c0acf45a9a428d6324b82c2cdf0defc841d9 Mon Sep 17 00:00:00 2001 From: bitliu Date: Fri, 11 Nov 2022 14:41:13 +0800 Subject: [PATCH 1/2] chore: bump echo-server to demonstrate response header modifier Signed-off-by: bitliu --- docs/latest/user/http-traffic-splitting.md | 2 +- docs/v0.2.0/user/http-traffic-splitting.md | 2 +- examples/kubernetes/http-routing.yaml | 8 ++++---- examples/kubernetes/quickstart.yaml | 2 +- examples/kubernetes/tls-passthrough.yaml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/latest/user/http-traffic-splitting.md b/docs/latest/user/http-traffic-splitting.md index 04ec348514..562bbcc0ff 100644 --- a/docs/latest/user/http-traffic-splitting.md +++ b/docs/latest/user/http-traffic-splitting.md @@ -119,7 +119,7 @@ spec: spec: serviceAccountName: backend-2 containers: - - image: gcr.io/k8s-staging-ingressconformance/echoserver:v20220815-e21d1a4 + - image: gcr.io/k8s-staging-ingressconformance/echoserver:v20221109-7ee2f3e imagePullPolicy: IfNotPresent name: backend-2 ports: diff --git a/docs/v0.2.0/user/http-traffic-splitting.md b/docs/v0.2.0/user/http-traffic-splitting.md index 04ec348514..562bbcc0ff 100644 --- a/docs/v0.2.0/user/http-traffic-splitting.md +++ b/docs/v0.2.0/user/http-traffic-splitting.md @@ -119,7 +119,7 @@ spec: spec: serviceAccountName: backend-2 containers: - - image: gcr.io/k8s-staging-ingressconformance/echoserver:v20220815-e21d1a4 + - image: gcr.io/k8s-staging-ingressconformance/echoserver:v20221109-7ee2f3e imagePullPolicy: IfNotPresent name: backend-2 ports: diff --git a/examples/kubernetes/http-routing.yaml b/examples/kubernetes/http-routing.yaml index 2dc774b715..a4d406cdfe 100644 --- a/examples/kubernetes/http-routing.yaml +++ b/examples/kubernetes/http-routing.yaml @@ -56,7 +56,7 @@ spec: spec: containers: - name: example-backend - image: gcr.io/k8s-staging-ingressconformance/echoserver:v20220815-e21d1a4 + image: gcr.io/k8s-staging-ingressconformance/echoserver:v20221109-7ee2f3e env: - name: POD_NAME valueFrom: @@ -119,7 +119,7 @@ spec: spec: containers: - name: foo-backend - image: gcr.io/k8s-staging-ingressconformance/echoserver:v20220815-e21d1a4 + image: gcr.io/k8s-staging-ingressconformance/echoserver:v20221109-7ee2f3e env: - name: POD_NAME valueFrom: @@ -186,7 +186,7 @@ spec: spec: containers: - name: bar-backend - image: gcr.io/k8s-staging-ingressconformance/echoserver:v20220815-e21d1a4 + image: gcr.io/k8s-staging-ingressconformance/echoserver:v20221109-7ee2f3e env: - name: POD_NAME valueFrom: @@ -233,7 +233,7 @@ spec: spec: containers: - name: bar-canary-backend - image: gcr.io/k8s-staging-ingressconformance/echoserver:v20220815-e21d1a4 + image: gcr.io/k8s-staging-ingressconformance/echoserver:v20221109-7ee2f3e env: - name: POD_NAME valueFrom: diff --git a/examples/kubernetes/quickstart.yaml b/examples/kubernetes/quickstart.yaml index 21ab775b04..47da868e91 100644 --- a/examples/kubernetes/quickstart.yaml +++ b/examples/kubernetes/quickstart.yaml @@ -54,7 +54,7 @@ spec: spec: serviceAccountName: backend containers: - - image: gcr.io/k8s-staging-ingressconformance/echoserver:v20220815-e21d1a4 + - image: gcr.io/k8s-staging-ingressconformance/echoserver:v20221109-7ee2f3e imagePullPolicy: IfNotPresent name: backend ports: diff --git a/examples/kubernetes/tls-passthrough.yaml b/examples/kubernetes/tls-passthrough.yaml index e079132150..cde29cb0a7 100644 --- a/examples/kubernetes/tls-passthrough.yaml +++ b/examples/kubernetes/tls-passthrough.yaml @@ -28,7 +28,7 @@ spec: spec: containers: - name: passthrough-echoserver - image: gcr.io/k8s-staging-ingressconformance/echoserver:v20220815-e21d1a4 + image: gcr.io/k8s-staging-ingressconformance/echoserver:v20221109-7ee2f3e ports: - containerPort: 8443 env: From cc85637d02626574b984d284f6b4f383f9c6a063 Mon Sep 17 00:00:00 2001 From: bitliu Date: Thu, 8 Dec 2022 10:29:54 +0800 Subject: [PATCH 2/2] gofmt Signed-off-by: bitliu --- api/v1alpha1/groupversion_info.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/v1alpha1/groupversion_info.go b/api/v1alpha1/groupversion_info.go index 26c969c6d2..648ba67929 100644 --- a/api/v1alpha1/groupversion_info.go +++ b/api/v1alpha1/groupversion_info.go @@ -5,8 +5,8 @@ // Package v1alpha1 contains API Schema definitions for the gateway.envoyproxy.io API group. // -//+kubebuilder:object:generate=true -//+groupName=gateway.envoyproxy.io +// +kubebuilder:object:generate=true +// +groupName=gateway.envoyproxy.io package v1alpha1 import (