File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1035,8 +1035,9 @@ type HTTPURLRewriteFilter struct {
10351035type 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 within this BackendRef,
1039- // irrespective of how many endpoints are present within this BackendRef.
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.
10401041 //
10411042 // If the referent cannot be found, this BackendRef is invalid and must be
10421043 // dropped from the Gateway. The controller must ensure the "ResolvedRefs"
You can’t perform that action at this time.
0 commit comments