Skip to content

Commit 9d3e6d2

Browse files
committed
update docs
Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com>
1 parent 148b54d commit 9d3e6d2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

site/content/en/latest/concepts/gateway_api_extensions/backend-traffic-policy.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@ spec:
128128

129129
In this example, the HTTPRoute `my-route` would use `maxConnections: 50` from the route-level policy, overriding the gateway-level setting of 100.
130130

131-
The same specificity rules apply when a `ListenerSet` is involved. A section-specific `ListenerSet` policy applies only to the named ListenerSet listener, while a ListenerSet-wide policy applies to the remaining listeners in that ListenerSet. The parent Gateway-wide policy applies to Gateway-owned listeners and to ListenerSet listeners that do not have a more specific ListenerSet policy. A Gateway listener policy applies only to the listener owned directly by the Gateway and does not affect ListenerSet listeners.
132-
133131
#### Multiple Policies at the Same Level
134132

135133
When multiple BackendTrafficPolicies target the same resource at the same hierarchy level (e.g., multiple policies targeting the same HTTPRoute), Envoy Gateway uses the following tie-breaking rules:
@@ -242,7 +240,7 @@ In this example, the route-level policy merges with the gateway-level policy, re
242240

243241
### Key Constraints
244242

245-
- The `mergeType` field can only be set on policies targeting xRoute resources (HTTPRoute, GRPCRoute, or TCPRoute), not parent resources (like Gateway or ListenerSet)
243+
- The `mergeType` field can only be set on policies targeting xRoute resources (like HTTPRoute), not parent resources (like Gateway or ListenerSet)
246244
- When `mergeType` is unset, no merging occurs - only the most specific policy takes effect
247245
- The merged configuration combines both policies, enabling layered protection strategies
248246

0 commit comments

Comments
 (0)