diff --git a/content/en/docs/reference/config/annotations/index.html b/content/en/docs/reference/config/annotations/index.html index e3446f8dbc3cd..3cf883b198a3a 100644 --- a/content/en/docs/reference/config/annotations/index.html +++ b/content/en/docs/reference/config/annotations/index.html @@ -1,6 +1,6 @@ --- -WARNING: THIS IS AN AUTO-GENERATED FILE, DO NOT EDIT. PLEASE MODIFY THE ORIGINAL SOURCE IN THE 'https://github.com/istio/api' REPO -source_repo: https://github.com/istio/api +WARNING: THIS IS AN AUTO-GENERATED FILE, DO NOT EDIT. PLEASE MODIFY THE ORIGINAL SOURCE IN THE 'https://github.com/ericvn/api' REPO +source_repo: https://github.com/ericvn/api title: Resource Annotations description: Resource annotations used by Istio. location: https://istio.io/docs/reference/config/annotations/ diff --git a/content/en/docs/reference/config/istio.analysis.v1alpha1/index.html b/content/en/docs/reference/config/istio.analysis.v1alpha1/index.html index 65f537b02cca2..6f24f5da011f4 100644 --- a/content/en/docs/reference/config/istio.analysis.v1alpha1/index.html +++ b/content/en/docs/reference/config/istio.analysis.v1alpha1/index.html @@ -1,10 +1,10 @@ --- -WARNING: THIS IS AN AUTO-GENERATED FILE, DO NOT EDIT. PLEASE MODIFY THE ORIGINAL SOURCE IN THE 'https://github.com/istio/api' REPO -source_repo: https://github.com/istio/api +WARNING: THIS IS AN AUTO-GENERATED FILE, DO NOT EDIT. PLEASE MODIFY THE ORIGINAL SOURCE IN THE 'https://github.com/ericvn/api' REPO +source_repo: https://github.com/ericvn/api title: Analysis Messages description: Describes the structure of messages generated by Istio analyzers. location: https://istio.io/docs/reference/config/istio.analysis.v1alpha1.html -layout: protoc-gen-docs +layout: partner-component generator: protoc-gen-docs weight: 20 number_of_entries: 7 @@ -106,7 +106,7 @@

AnalysisMessageWeakSchema

template string -

A go-style template string (https://golang.org/pkg/fmt/#hdr-Printing) +

A go-style template string (https://golang.org/pkg/fmt/#hdr-Printing) defining how to combine the args for a particular message into a log line. Required.

@@ -175,10 +175,10 @@

GenericAnalysisMessage

string[]

A list of strings specifying the resource identifiers that were the cause -of message generation. A “path” here is a (NAMESPACE\/)?RESOURCETYPE/NAME +of message generation. A “path” here is a (NAMESPACE/)?RESOURCETYPE/NAME tuple that uniquely identifies a particular resource. There doesn’t seem to be a single concept for this, but this is intuitively taken from -https://kubernetes.io/docs/reference/using-api/api-concepts/#standard-api-terminology +https://kubernetes.io/docs/reference/using-api/api-concepts/#standard-api-terminology At least one is required.

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 d5e2635726d79..7d08859d3f7e9 100644 --- a/content/en/docs/reference/config/istio.mesh.v1alpha1/index.html +++ b/content/en/docs/reference/config/istio.mesh.v1alpha1/index.html @@ -1,10 +1,10 @@ --- -WARNING: THIS IS AN AUTO-GENERATED FILE, DO NOT EDIT. PLEASE MODIFY THE ORIGINAL SOURCE IN THE 'https://github.com/istio/api' REPO -source_repo: https://github.com/istio/api +WARNING: THIS IS AN AUTO-GENERATED FILE, DO NOT EDIT. PLEASE MODIFY THE ORIGINAL SOURCE IN THE 'https://github.com/ericvn/api' REPO +source_repo: https://github.com/ericvn/api title: Global Mesh Options description: Configuration affecting the service mesh as a whole. location: https://istio.io/docs/reference/config/istio.mesh.v1alpha1.html -layout: protoc-gen-docs +layout: partner-component generator: protoc-gen-docs weight: 20 number_of_entries: 55 @@ -308,11 +308,9 @@

MeshConfig

The trust domain aliases represent the aliases of trust_domain. For example, if we have

-
trustDomain: td1
 trustDomainAliases: ["td2", "td3"]
 
-

Any service with the identity td1/ns/foo/sa/a-service-account, td2/ns/foo/sa/a-service-account, or td3/ns/foo/sa/a-service-account will be treated the same in the Istio mesh.

@@ -343,15 +341,12 @@

MeshConfig

imported through container registry integrations, e.g. this applies to Kubernetes Service resources. The value is a list of namespace names and reserved namespace aliases. The allowed namespace aliases are:

-
* - All Namespaces
 . - Current Namespace
 ~ - No Namespace
 
-

If not set the system will use “*” as the default value which implies that services are exported to all namespaces.

-

All namespaces is a reasonable default for implementations that don’t need to restrict access or visibility of services across namespace boundaries. If that requirement is present it is generally good practice to @@ -361,7 +356,6 @@

MeshConfig

is expected to be rare but can have utility for deployments where dependency management needs to be precise even within the scope of a single namespace.

-

For further discussion see the reference documentation for ServiceEntry, Sidecar, and Gateway.

@@ -376,7 +370,6 @@

MeshConfig

The default value for the VirtualService.export_to field. Has the same syntax as default_service_export_to.

-

If not set the system will use “*” as the default value which implies that virtual services are exported to all namespaces

@@ -391,7 +384,6 @@

MeshConfig

The default value for the DestinationRule.export_to field. Has the same syntax as default_service_export_to.

-

If not set the system will use “*” as the default value which implies that destination rules are exported to all namespaces

@@ -409,7 +401,6 @@

MeshConfig

declarations in that namespace first and if none are found it will search in the root namespace. Any matching declaration found in the root namespace is processed as if it were declared in the leaf namespace.

-

The precise semantics of this processing are documented on each resource type.

@@ -463,18 +454,14 @@

MeshConfig

network filters like TCP and Redis. By default, Istio emits statistics with the pattern inbound|<port>|<port-name>|<service-FQDN>. For example inbound|7443|grpc-reviews|reviews.prod.svc.cluster.local. This can be used to override that pattern.

-

A Pattern can be composed of various pre-defined variables. The following variables are supported.

- -

Following are some examples of supported patterns for reviews:

-