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

This commit is contained in:
Istio Automation 2023-08-11 19:16:00 -07:00 committed by GitHub
parent 85b6ca2a85
commit d1090e0407
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 10 deletions

View File

@ -143,7 +143,7 @@ in the <code>foo</code> namespace.</p>
<p>{{<tabset category-name="example">}}
{{<tab name="v1beta1" category-value="v1beta1">}}</p>
<pre><code class="language-yaml">apiVersion: security.istio.io/v1beta1
kind: AuthorizaionPolicy
kind: AuthorizationPolicy
metadata:
name: httpbin
namespace: foo
@ -158,7 +158,7 @@ spec:
<p>{{</tab>}}</p>
<p>{{<tab name="v1" category-value="v1">}}</p>
<pre><code class="language-yaml">apiVersion: security.istio.io/v1
kind: AuthorizaionPolicy
kind: AuthorizationPolicy
metadata:
name: httpbin
namespace: foo

View File

@ -143,7 +143,7 @@ in the <code>foo</code> namespace.</p>
<p>{{<tabset category-name="example">}}
{{<tab name="v1beta1" category-value="v1beta1">}}</p>
<pre><code class="language-yaml">apiVersion: security.istio.io/v1beta1
kind: AuthorizaionPolicy
kind: AuthorizationPolicy
metadata:
name: httpbin
namespace: foo
@ -158,7 +158,7 @@ spec:
<p>{{</tab>}}</p>
<p>{{<tab name="v1" category-value="v1">}}</p>
<pre><code class="language-yaml">apiVersion: security.istio.io/v1
kind: AuthorizaionPolicy
kind: AuthorizationPolicy
metadata:
name: httpbin
namespace: foo

View File

@ -224,13 +224,11 @@ messages:
- name: "NamespaceMultipleInjectionLabels"
code: IST0123
level: Warning
description: "A namespace has both new and legacy injection labels"
template: "The namespace has both new and legacy injection labels. Run 'kubectl label namespace %s istio.io/rev-' or 'kubectl label namespace %s istio-injection-'"
description: "A namespace has more than one type of injection labels"
template: "The namespace has more than one type of injection labels %v, which may lead to undefined behavior. Make sure only one injection label exists."
args:
- name: namespace
type: string
- name: namespace2
type: string
- name: labels
type: "[]string"
- name: "InvalidAnnotation"
code: IST0125