From c079b06066cadb85c21a97d3c9c03d6446cf1f35 Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Tue, 22 Jun 2021 19:47:24 -0700 Subject: [PATCH] Automator: update istio.io@ reference docs (#9966) --- .../config/istio.operator.v1alpha1/index.html | 11 +++++++++++ .../config/networking/envoy-filter/index.html | 6 ++++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/content/en/docs/reference/config/istio.operator.v1alpha1/index.html b/content/en/docs/reference/config/istio.operator.v1alpha1/index.html index 2073dbc179..15d16ee905 100644 --- a/content/en/docs/reference/config/istio.operator.v1alpha1/index.html +++ b/content/en/docs/reference/config/istio.operator.v1alpha1/index.html @@ -297,6 +297,17 @@ No cni ComponentSpec + + +No + + + +istiodRemote +ComponentSpec + +

Remote cluster using an external control plane.

+ 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 693a60fc52..7fce90b7cb 100644 --- a/content/en/docs/reference/config/networking/envoy-filter/index.html +++ b/content/en/docs/reference/config/networking/envoy-filter/index.html @@ -527,7 +527,8 @@ to be applied to a cluster.

uint32

The service port for which this cluster was generated. If -omitted, applies to clusters for any port.

+omitted, applies to clusters for any port. +Note: for inbound cluster, it is the service target port.

@@ -541,7 +542,8 @@ No

The fully qualified service name for this cluster. If omitted, applies to clusters for any service. For services defined through service entries, the service name is same as the hosts -defined in the service entry.

+defined in the service entry. +Note: for inbound cluster, this is ignored.