Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions api/v1alpha1/groupversion_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down
2 changes: 1 addition & 1 deletion docs/latest/user/http-traffic-splitting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/v0.2.0/user/http-traffic-splitting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions examples/kubernetes/http-routing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/quickstart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/tls-passthrough.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down