Skip to content

Commit 73f20f4

Browse files
authored
Merge pull request #2317 from arkodg/improve-docs-mirror-backendref
Add more clarity around RequestMirrorFilter dest
2 parents 3a594a7 + 02c20fe commit 73f20f4

File tree

4 files changed

+214
-180
lines changed

4 files changed

+214
-180
lines changed

apis/v1beta1/httproute_types.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1035,6 +1035,10 @@ type HTTPURLRewriteFilter struct {
10351035
type HTTPRequestMirrorFilter struct {
10361036
// BackendRef references a resource where mirrored requests are sent.
10371037
//
1038+
// Mirrored requests must be sent only to a single destination endpoint
1039+
// within this BackendRef, irrespective of how many endpoints are present
1040+
// within this BackendRef.
1041+
//
10381042
// If the referent cannot be found, this BackendRef is invalid and must be
10391043
// dropped from the Gateway. The controller must ensure the "ResolvedRefs"
10401044
// condition on the Route status is set to `status: False` and not configure

config/crd/experimental/gateway.networking.k8s.io_grpcroutes.yaml

Lines changed: 42 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)