Skip to content

Commit

Permalink
Merge pull request #2317 from arkodg/improve-docs-mirror-backendref
Browse files Browse the repository at this point in the history
Add more clarity around RequestMirrorFilter dest
  • Loading branch information
k8s-ci-robot authored Aug 18, 2023
2 parents 3a594a7 + 02c20fe commit 73f20f4
Show file tree
Hide file tree
Showing 4 changed files with 214 additions and 180 deletions.
4 changes: 4 additions & 0 deletions apis/v1beta1/httproute_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -1035,6 +1035,10 @@ type HTTPURLRewriteFilter struct {
type HTTPRequestMirrorFilter struct {
// BackendRef references a resource where mirrored requests are sent.
//
// Mirrored requests must be sent only to a single destination endpoint
// within this BackendRef, irrespective of how many endpoints are present
// within this BackendRef.
//
// If the referent cannot be found, this BackendRef is invalid and must be
// dropped from the Gateway. The controller must ensure the "ResolvedRefs"
// condition on the Route status is set to `status: False` and not configure
Expand Down
78 changes: 42 additions & 36 deletions config/crd/experimental/gateway.networking.k8s.io_grpcroutes.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 73f20f4

Please sign in to comment.