Skip to content

Commit 02c20fe

Browse files
author
Arko Dasgupta
committed
fix line length
Signed-off-by: Arko Dasgupta <[email protected]>
1 parent 2920564 commit 02c20fe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

apis/v1beta1/httproute_types.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1035,8 +1035,9 @@ 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 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"

0 commit comments

Comments
 (0)