Skip to content

Commit 2966686

Browse files
committed
address feedback
1 parent 2d0b6da commit 2966686

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

apis/v1beta1/httproute_types.go

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,8 @@ type HTTPRouteRule struct {
201201
// - Implementation-specific custom filters have no API guarantees across
202202
// implementations.
203203
//
204-
// Specifying the same filter multiple times is not supported unless explicitly indicated in the filter.
204+
// Specifying the same filter multiple times is not supported unless explicitly
205+
// indicated in the filter.
205206
//
206207
// All filters are expected to be compatible with each other except for the
207208
// URLRewrite and RequestRedirect filters, which may not be combined. If an
@@ -617,7 +618,9 @@ type HTTPRouteFilter struct {
617618
// Requests are sent to the specified destination, but responses from
618619
// that destination are ignored.
619620
//
620-
// This filter an be used multiple times within the same rule.
621+
// This filter can be used multiple times within the same rule. Note that
622+
// not all implementations will be able to support mirroring to multiple
623+
// backends.
621624
//
622625
// Support: Extended
623626
//
@@ -644,7 +647,7 @@ type HTTPRouteFilter struct {
644647
// "networking.example.net"). ExtensionRef MUST NOT be used for core and
645648
// extended filters.
646649
//
647-
// This filter an be used multiple times within the same rule.
650+
// This filter can be used multiple times within the same rule.
648651
//
649652
// Support: Implementation-specific
650653
//

0 commit comments

Comments
 (0)