Automator: update istio.io@ reference docs (#10771)

This commit is contained in:
Istio Automation 2022-01-10 18:52:10 -08:00 committed by GitHub
parent 73cee2ebae
commit 6b4cbe9160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 11 deletions

View File

@ -285,7 +285,7 @@ metadata:
namespace : egress namespace : egress
spec: spec:
hosts: hosts:
- httpbin.com - example.com
exportTo: exportTo:
- "." - "."
location: MESH_EXTERNAL location: MESH_EXTERNAL
@ -307,7 +307,7 @@ metadata:
namespace : egress namespace : egress
spec: spec:
hosts: hosts:
- httpbin.com - example.com
exportTo: exportTo:
- "." - "."
location: MESH_EXTERNAL location: MESH_EXTERNAL
@ -384,7 +384,7 @@ metadata:
namespace: egress namespace: egress
spec: spec:
hosts: hosts:
- httpbin.com - example.com
exportTo: exportTo:
- "*" - "*"
gateways: gateways:
@ -404,7 +404,7 @@ spec:
- istio-egressgateway - istio-egressgateway
route: route:
- destination: - destination:
host: httpbin.com host: example.com
</code></pre> </code></pre>
<p>{{</tab>}}</p> <p>{{</tab>}}</p>
@ -418,7 +418,7 @@ metadata:
namespace: egress namespace: egress
spec: spec:
hosts: hosts:
- httpbin.com - example.com
exportTo: exportTo:
- &quot;*&quot; - &quot;*&quot;
gateways: gateways:
@ -438,7 +438,7 @@ spec:
- istio-egressgateway - istio-egressgateway
route: route:
- destination: - destination:
host: httpbin.com host: example.com
</code></pre> </code></pre>
<p>{{</tab>}} <p>{{</tab>}}
@ -624,7 +624,7 @@ metadata:
namespace : httpbin-ns namespace : httpbin-ns
spec: spec:
hosts: hosts:
- httpbin.com - example.com
location: MESH_INTERNAL location: MESH_INTERNAL
ports: ports:
- number: 80 - number: 80
@ -649,7 +649,7 @@ metadata:
namespace : httpbin-ns namespace : httpbin-ns
spec: spec:
hosts: hosts:
- httpbin.com - example.com
location: MESH_INTERNAL location: MESH_INTERNAL
ports: ports:
- number: 80 - number: 80

View File

@ -183,7 +183,7 @@ spec:
# no selector specified, applies to all workloads # no selector specified, applies to all workloads
accessLogging: accessLogging:
- providers: - providers:
- name: envoyFileAccessLogger - name: envoy
# By default, this turns on access logging (no need to set `disabled: false`). # By default, this turns on access logging (no need to set `disabled: false`).
# Unspecified `disabled` will be treated as `disabled: false`, except in # Unspecified `disabled` will be treated as `disabled: false`, except in
# cases where a parent configuration has marked as `disabled: true`. In # cases where a parent configuration has marked as `disabled: true`. In

View File

@ -248,8 +248,8 @@ features:
link: "/docs/tasks/security/authorization/authz-dry-run" link: "/docs/tasks/security/authorization/authz-dry-run"
level: level:
checklist: features/dry_run_authorization_policy.md checklist: features/dry_run_authorization_policy.md
maturity: Experimental maturity: Alpha
nextExpectedPromotion: "1.13" nextExpectedPromotion: "1.14"
area: Security and policy enforcement area: Security and policy enforcement
- name: "In-Cluster Operator" - name: "In-Cluster Operator"
id: "core.in_cluster_operator" id: "core.in_cluster_operator"