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 ( 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: