File tree Expand file tree Collapse file tree
internal/xds/translator/testdata/in/xds-ir
site/content/en/latest/tasks/extensibility Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,14 +92,14 @@ envoyPatchPolicies:
9292 loadBalancingWeight : 1
9393 - type : " type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment"
9494 name :
95- exact : " first-route-dest "
95+ prefix : " first-route"
9696 operation :
9797 op : " move"
9898 from : " /endpoints/0/load_balancing_weight"
9999 path : " /endpoints/1/load_balancing_weight"
100100 - type : " type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment"
101101 name :
102- exact : " first-route-dest "
102+ prefix : " first-route"
103103 operation :
104104 op : copy
105105 from : " /endpoints/1/load_balancing_weight"
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ new features: |
4343 Added support for invert match in CIDR match RateLimit API.
4444 Added support for ignoring HTTP/1.1 Upgrade requests in ClientTrafficPolicy via `http1.ignoredUpgradeTypes`.
4545 Added support for OpenTelemetry sampler configuration for tracing.
46- Added support for patching multiple resources with empty name in EnvoyExtensionPolicy.
46+ Added support for patching multiple resources with `nameSelector` in EnvoyExtensionPolicy.
4747
4848bug fixes : |
4949 Fixed local rate limit rules with identical sourceCIDR client selectors producing conflicting descriptors.
Original file line number Diff line number Diff line change @@ -396,7 +396,6 @@ spec:
396396 jsonPatches:
397397 - type: "type.googleapis.com/envoy.config.route.v3.RouteConfiguration"
398398 # The RouteConfiguration name is of the form <GatewayNamespace>/<GatewayName>/<GatewayListenerName>
399- # Using empty name to patch all the RouteConfiguration resources generated for this Gateway.
400399 name: default/eg/http
401400 operation:
402401 op: add
You can’t perform that action at this time.
0 commit comments