Skip to content

Commit 0912739

Browse files
authored
fix: remove misleading description (#3778)
Signed-off-by: Norwin Schnyder <[email protected]>
1 parent c698f24 commit 0912739

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

apis/v1/httproute_types.go

+5-5
Original file line numberDiff line numberDiff line change
@@ -988,11 +988,11 @@ type HTTPHeader struct {
988988
}
989989

990990
// HTTPHeaderFilter defines a filter that modifies the headers of an HTTP
991-
// request or response. Only one action for a given header name is permitted.
992-
// Filters specifying multiple actions of the same or different type for any one
993-
// header name are invalid and will be rejected by CRD validation.
994-
// Configuration to set or add multiple values for a header must use RFC 7230
995-
// header value formatting, separating each value with a comma.
991+
// request or response. Only one action for a given header name is
992+
// permitted. Filters specifying multiple actions of the same or different
993+
// type for any one header name are invalid. Configuration to set or add
994+
// multiple values for a header must use RFC 7230 header value formatting,
995+
// separating each value with a comma.
996996
type HTTPHeaderFilter struct {
997997
// Set overwrites the request with the given header (name, value)
998998
// before the action.

0 commit comments

Comments
 (0)