From 2f00b66c0aa1f541680cc792afc7973688866a17 Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Thu, 17 Dec 2020 18:17:30 -0800 Subject: [PATCH] Automator: update istio.io@ reference docs (#8689) --- .../reference/config/istio.mesh.v1alpha1/index.html | 12 ++++++++++++ .../config/networking/envoy-filter/index.html | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/content/en/docs/reference/config/istio.mesh.v1alpha1/index.html b/content/en/docs/reference/config/istio.mesh.v1alpha1/index.html index 99e207aecd..a1b56214e9 100644 --- a/content/en/docs/reference/config/istio.mesh.v1alpha1/index.html +++ b/content/en/docs/reference/config/istio.mesh.v1alpha1/index.html @@ -934,6 +934,18 @@ No

Use an OpenCensus tracer exporting to an OpenCensus agent.

+ + +No + + + +sampling +double + +

The percentage of requests (0.0 - 100.0) that will be randomly selected for trace generation, +if not requested by the client or not forced. Default is 1.0.

+ No diff --git a/content/en/docs/reference/config/networking/envoy-filter/index.html b/content/en/docs/reference/config/networking/envoy-filter/index.html index 6704bff6d6..1f7c44af1f 100644 --- a/content/en/docs/reference/config/networking/envoy-filter/index.html +++ b/content/en/docs/reference/config/networking/envoy-filter/index.html @@ -678,6 +678,18 @@ No to envoy.filters.network.http_connection_manager to add a filter or apply a patch to the HTTP connection manager.

+ + +No + + + +destinationPort +uint32 + +

The destinationport value used by a filter chain’s match condition. +This condition will evaluate to false if the filter chain has no destinationport match.

+ No