You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -68,7 +68,7 @@ not apply to TCP traffic towards the destination service.
68
68
| route |[DestinationWeight](#istio.proxy.v1alpha.config.DestinationWeight)| repeated | Each routing rule is associated with one or more service version destinations (see glossary in beginning of document). Weights associated with the service version determine the proportion of traffic it receives. |
@@ -84,7 +84,7 @@ Match condition specifies a set of criterion to be met in order for the
84
84
| source_tags |[MatchCondition.SourceTagsEntry](#istio.proxy.v1alpha.config.MatchCondition.SourceTagsEntry)| repeated | Identifies the source service version. The identifier is interpreted by the platform to match a service version for the source service.N.B. The map is used instead of pstruct due to lack of serialization supportin golang protobuf library (see https://github.com/golang/protobuf/pull/208)|
85
85
| tcp |[L4MatchAttributes](#istio.proxy.v1alpha.config.L4MatchAttributes)| optional | Set of layer 4 match conditions based on the IP ranges. INCOMPLETE implementation |
|http|[MatchCondition.HttpEntry](#istio.proxy.v1alpha.config.MatchCondition.HttpEntry)| repeated | Set of HTTP match conditions based on HTTP/1.1, HTTP/2, GRPC request metadata, such as "uri", "scheme", "authority". The header keys are case-insensitive. |
87
+
|http_headers|[MatchCondition.HttpEntry](#istio.proxy.v1alpha.config.MatchCondition.HttpEntry)| repeated | Set of HTTP match conditions based on HTTP/1.1, HTTP/2, GRPC request metadata, such as "uri", "scheme", "authority". The header keys are case-insensitive. |
@@ -213,7 +213,6 @@ DestinationPolicy declares policies that determine how to handle traffic for a
213
213
| tags |[DestinationPolicy.TagsEntry](#istio.proxy.v1alpha.config.DestinationPolicy.TagsEntry)| repeated | Service version destination identifier for the destination service. The identifier is qualified by the destination service name, e.g. version "env=prod" in "my-service.default.svc.cluster.local".N.B. The map is used instead of pstruct due to lack of serialization supportin golang protobuf library (see https://github.com/golang/protobuf/pull/208)|
| value |[StringMatch](#istio.proxy.v1alpha.config.StringMatch)| optional ||
346
-
347
-
311
+
| fixed_delay_seconds |[double](#double)| optional | Add a fixed delay before forwarding the request. Delay duration in seconds.nanoseconds |
312
+
| exponential_delay_seconds |[double](#double)| optional | Add a delay (based on an exponential function) before forwarding the request. mean delay needed to derive the exponential delay values |
0 commit comments