Skip to content

Commit 1e0c1e6

Browse files
authored
Regenerate docs with latest generator tool. (#360)
1 parent 4adeda7 commit 1e0c1e6

12 files changed

+8
-30
lines changed

Gopkg.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

broker/dev/istio.broker.dev.pb.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@
44
layout: protoc-gen-docs
55
number_of_entries: 0
66
---
7-
{% raw %}
87
<p>This package defines service broker configurations.</p>
98

10-
{% endraw %}

mesh/v1alpha1/istio.mesh.v1alpha1.pb.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
redirect_from: /docs/reference/config/service-mesh.html
77
number_of_entries: 5
88
---
9-
{% raw %}
109
<h2 id="AuthenticationPolicy">AuthenticationPolicy</h2>
1110
<section>
1211
<p>AuthenticationPolicy defines authentication policy. It can be set for
@@ -442,4 +441,3 @@ <h2 id="ProxyConfig">ProxyConfig</h2>
442441
</tbody>
443442
</table>
444443
</section>
445-
{% endraw %}

mixer/adapter/model/v1beta/istio.mixer.adapter.model.v1beta.pb.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
layout: protoc-gen-docs
66
number_of_entries: 9
77
---
8-
{% raw %}
98
<p>This package defines the types that are used when creating Mixer templates. <code>ValueType</code> defined in this pacakge
109
is also used by adapters to know the underlying datatype of the instance fields.</p>
1110

@@ -192,4 +191,3 @@ <h2 id="ValueType">ValueType</h2>
192191
</tbody>
193192
</table>
194193
</section>
195-
{% endraw %}

mixer/v1/config/client/istio.mixer.v1.config.client.pb.html

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
layout: protoc-gen-docs
66
number_of_entries: 24
77
---
8-
{% raw %}
98
<h2 id="APIKey">APIKey</h2>
109
<section>
1110
<p>APIKey defines the explicit configuration for generating the
@@ -261,11 +260,11 @@ <h2 id="HTTPAPISpec">HTTPAPISpec</h2>
261260
- attributes:
262261
api.operation: findPetById
263262
httpMethod: GET
264-
uriTemplate: /api/pets/{id}
263+
uriTemplate: /api/pets/&lbrace;id}
265264
- attributes:
266265
api.operation: deletePet
267266
httpMethod: DELETE
268-
uriTemplate: /api/pets/{id}
267+
uriTemplate: /api/pets/&lbrace;id}
269268
api_keys:
270269
- query: api-key
271270
</code></pre>
@@ -419,9 +418,9 @@ <h2 id="HTTPAPISpecPattern">HTTPAPISpecPattern</h2>
419418
following are valid URI templates:</p>
420419

421420
<pre><code>/pets
422-
/pets/{id}
423-
/dictionary/{term:1}/{term}
424-
/search{?q*,lang}
421+
/pets/&lbrace;id}
422+
/dictionary/&lbrace;term:1}/&lbrace;term}
423+
/search&lbrace;?q*,lang}
425424
</code></pre>
426425

427426
</td>
@@ -1280,4 +1279,3 @@ <h2 id="istio.mixer.v1.Attributes">istio.mixer.v1.Attributes</h2>
12801279
</tbody>
12811280
</table>
12821281
</section>
1283-
{% endraw %}

mixer/v1/config/descriptor/istio.mixer.v1.config.descriptor.pb.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
layout: protoc-gen-docs
66
number_of_entries: 1
77
---
8-
{% raw %}
98
<h2 id="ValueType">ValueType</h2>
109
<section>
1110
<p>ValueType describes the types that values in the Istio system can take. These
@@ -108,4 +107,3 @@ <h2 id="ValueType">ValueType</h2>
108107
</tbody>
109108
</table>
110109
</section>
111-
{% endraw %}

mixer/v1/config/istio.mixer.v1.config.pb.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
redirect_from: /docs/reference/config/mixer/policy-and-telemetry-rules.html
77
number_of_entries: 7
88
---
9-
{% raw %}
109
<h2 id="Action">Action</h2>
1110
<section>
1211
<p>Action describes which <a href="#Handler">Handler</a> to invoke and what data to pass to it for processing.</p>
@@ -91,7 +90,7 @@ <h2 id="AttributeManifest">AttributeManifest</h2>
9190
We map from attribute name to the attribute&rsquo;s specification. The name of an attribute,
9291
which is how attributes are referred to in aspect configuration, must conform to:</p>
9392

94-
<pre><code>Name = IDENT { SEPARATOR IDENT };
93+
<pre><code>Name = IDENT &lbrace; SEPARATOR IDENT };
9594
</code></pre>
9695

9796
<p>Where <code>IDENT</code> must match the regular expression <code>*a-z*+</code> and <code>SEPARATOR</code> must
@@ -380,4 +379,3 @@ <h2 id="google.protobuf.Struct">google.protobuf.Struct</h2>
380379
</tbody>
381380
</table>
382381
</section>
383-
{% endraw %}

mixer/v1/istio.mixer.v1.pb.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
redirect_from: /docs/reference/api/mixer/mixer.html
77
number_of_entries: 17
88
---
9-
{% raw %}
109
<p>This package defines the Mixer API that the sidecar proxy uses to perform
1110
precondition checks, manage quotas, and report telemetry.</p>
1211

@@ -848,4 +847,3 @@ <h4 id="other-uses">Other uses</h4>
848847
</tbody>
849848
</table>
850849
</section>
851-
{% endraw %}

mixer/v1/template/istio.mixer.v1.template.pb.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
layout: protoc-gen-docs
66
number_of_entries: 8
77
---
8-
{% raw %}
98
<p>This proto describes the types that can be used inside Mixer templates. These message types are used to specify
109
field datatype to express the equivalent ValueType for the expressions the field can be mapped to.</p>
1110

@@ -82,4 +81,3 @@ <h2 id="Value">Value</h2>
8281
of the field depends on the datatype of the expression used in the operator configuration.</p>
8382

8483
</section>
85-
{% endraw %}

rbac/v1alpha1/istio.rbac.v1alpha1.pb.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
layout: protoc-gen-docs
66
number_of_entries: 6
77
---
8-
{% raw %}
98
<p>Istio RBAC (Role Based Access Control) defines ServiceRole and ServiceRoleBinding
109
objects.</p>
1110

@@ -332,4 +331,3 @@ <h2 id="Subject">Subject</h2>
332331
</tbody>
333332
</table>
334333
</section>
335-
{% endraw %}

routing/v1alpha1/istio.routing.v1alpha1.pb.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
redirect_from: /docs/reference/config/traffic-rules/routing-rules.html
77
number_of_entries: 28
88
---
9-
{% raw %}
109
<p>Configuration affecting traffic routing. Here are a few terms useful to define
1110
in the context of routing rules.</p>
1211

@@ -1831,4 +1830,3 @@ <h2 id="StringMatch">StringMatch</h2>
18311830
</tbody>
18321831
</table>
18331832
</section>
1834-
{% endraw %}

routing/v1alpha2/istio.routing.v1alpha2.pb.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
layout: protoc-gen-docs
55
number_of_entries: 37
66
---
7-
{% raw %}
87
<p>Configuration affecting traffic routing. Here are a few terms useful to define
98
in the context of routing rules.</p>
109

@@ -2844,4 +2843,3 @@ <h2 id="TrafficPolicy">TrafficPolicy</h2>
28442843
</tbody>
28452844
</table>
28462845
</section>
2847-
{% endraw %}

0 commit comments

Comments
 (0)