Skip to content

Commit ce7c931

Browse files
geeknoidayj
authored andcommitted
Update the reference docs. (istio#371)
1 parent c1c2c34 commit ce7c931

9 files changed

+39
-39
lines changed

Gopkg.lock

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

authentication/v1alpha1/istio.authentication.v1alpha1.pb.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
layout: protoc-gen-docs
55
number_of_entries: 6
66
---
7-
{% raw %}
87
<p>This package defines user-facing authentication policy as well as configs that
98
the sidecar proxy uses to perform authentication.</p>
109

@@ -184,7 +183,7 @@ <h2 id="Policy">Policy</h2>
184183
spec:
185184
match:
186185
peers:
187-
- mtls: {}
186+
- mtls: &lbrace;}
188187
</code></pre>
189188

190189
<p>Policy to enable mTLS, and use JWT for productpage:9000</p>
@@ -425,4 +424,3 @@ <h2 id="istio.routing.v1alpha2.Destination">istio.routing.v1alpha2.Destination</
425424
</tbody>
426425
</table>
427426
</section>
428-
{% endraw %}

authentication/v1alpha1/policy.pb.go

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

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h2 id="AttributeMatch">AttributeMatch</h2>
8787
<tbody>
8888
<tr id="AttributeMatch.clause">
8989
<td><code>clause</code></td>
90-
<td><code>map&lt;string, <a href="#StringMatch">StringMatch</a>&gt;</code></td>
90+
<td><code>map&lt;string,<a href="#StringMatch">StringMatch</a>&gt;</code></td>
9191
<td>
9292
<p>Map of attribute names to StringMatch type.
9393
Each map element specifies one condition to match.</p>
@@ -507,7 +507,7 @@ <h2 id="HttpClientConfig">HttpClientConfig</h2>
507507
</tr>
508508
<tr id="HttpClientConfig.service_configs">
509509
<td><code>serviceConfigs</code></td>
510-
<td><code>map&lt;string, <a href="#ServiceConfig">ServiceConfig</a>&gt;</code></td>
510+
<td><code>map&lt;string,<a href="#ServiceConfig">ServiceConfig</a>&gt;</code></td>
511511
<td>
512512
<p>Map of control configuration indexed by destination.service. This
513513
is used to support per-service configuration for cases where a
@@ -595,7 +595,7 @@ <h2 id="IstioService">IstioService</h2>
595595
</tr>
596596
<tr id="IstioService.labels">
597597
<td><code>labels</code></td>
598-
<td><code>map&lt;string, string&gt;</code></td>
598+
<td><code>map&lt;string,string&gt;</code></td>
599599
<td>
600600
<p>Optional one or more labels that uniquely identify the service version.</p>
601601

@@ -1270,7 +1270,7 @@ <h2 id="istio.mixer.v1.Attributes">istio.mixer.v1.Attributes</h2>
12701270
<tbody>
12711271
<tr id="istio.mixer.v1.Attributes.attributes">
12721272
<td><code>attributes</code></td>
1273-
<td><code>map&lt;string, <a href="#istio.mixer.v1.Attributes.AttributeValue">istio.mixer.v1.Attributes.AttributeValue</a>&gt;</code></td>
1273+
<td><code>map&lt;string,<a href="#istio.mixer.v1.Attributes.AttributeValue">istio.mixer.v1.Attributes.AttributeValue</a>&gt;</code></td>
12741274
<td>
12751275
<p>A map of attribute name to its value.</p>
12761276

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ <h2 id="AttributeManifest">AttributeManifest</h2>
8484
</tr>
8585
<tr id="AttributeManifest.attributes">
8686
<td><code>attributes</code></td>
87-
<td><code>map&lt;string, <a href="#AttributeManifest.AttributeInfo">AttributeManifest.AttributeInfo</a>&gt;</code></td>
87+
<td><code>map&lt;string,<a href="#AttributeManifest.AttributeInfo">AttributeManifest.AttributeInfo</a>&gt;</code></td>
8888
<td>
8989
<p>The set of attributes this Istio component will be responsible for producing at runtime.
9090
We map from attribute name to the attribute&rsquo;s specification. The name of an attribute,
@@ -370,7 +370,7 @@ <h2 id="google.protobuf.Struct">google.protobuf.Struct</h2>
370370
<tbody>
371371
<tr id="google.protobuf.Struct.fields">
372372
<td><code>fields</code></td>
373-
<td><code>map&lt;string, <a href="#google.protobuf.Value">google.protobuf.Value</a>&gt;</code></td>
373+
<td><code>map&lt;string,<a href="#google.protobuf.Value">google.protobuf.Value</a>&gt;</code></td>
374374
<td>
375375
<p>Unordered map of dynamically typed values.</p>
376376

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h3 id="Attributes">Attributes</h3>
9292
<tbody>
9393
<tr id="Attributes.attributes">
9494
<td><code>attributes</code></td>
95-
<td><code>map&lt;string, <a href="#Attributes.AttributeValue">Attributes.AttributeValue</a>&gt;</code></td>
95+
<td><code>map&lt;string,<a href="#Attributes.AttributeValue">Attributes.AttributeValue</a>&gt;</code></td>
9696
<td>
9797
<p>A map of attribute name to its value.</p>
9898

@@ -196,7 +196,7 @@ <h3 id="Attributes.StringMap">Attributes.StringMap</h3>
196196
<tbody>
197197
<tr id="Attributes.StringMap.entries">
198198
<td><code>entries</code></td>
199-
<td><code>map&lt;string, string&gt;</code></td>
199+
<td><code>map&lt;string,string&gt;</code></td>
200200
<td>
201201
<p>Holds a set of name/value pairs.</p>
202202

@@ -250,7 +250,7 @@ <h3 id="CheckRequest">CheckRequest</h3>
250250
</tr>
251251
<tr id="CheckRequest.quotas">
252252
<td><code>quotas</code></td>
253-
<td><code>map&lt;string, <a href="#CheckRequest.QuotaParams">CheckRequest.QuotaParams</a>&gt;</code></td>
253+
<td><code>map&lt;string,<a href="#CheckRequest.QuotaParams">CheckRequest.QuotaParams</a>&gt;</code></td>
254254
<td>
255255
<p>The individual quotas to allocate</p>
256256

@@ -314,7 +314,7 @@ <h3 id="CheckResponse">CheckResponse</h3>
314314
</tr>
315315
<tr id="CheckResponse.quotas">
316316
<td><code>quotas</code></td>
317-
<td><code>map&lt;string, <a href="#CheckResponse.QuotaResult">CheckResponse.QuotaResult</a>&gt;</code></td>
317+
<td><code>map&lt;string,<a href="#CheckResponse.QuotaResult">CheckResponse.QuotaResult</a>&gt;</code></td>
318318
<td>
319319
<p>The resulting quota, one entry per requested quota.</p>
320320

@@ -457,63 +457,63 @@ <h3 id="CompressedAttributes">CompressedAttributes</h3>
457457
</tr>
458458
<tr id="CompressedAttributes.strings">
459459
<td><code>strings</code></td>
460-
<td><code>map&lt;int32, int32&gt;</code></td>
460+
<td><code>map&lt;int32,int32&gt;</code></td>
461461
<td>
462462
<p>Holds attributes of type STRING, DNS<em>NAME, EMAIL</em>ADDRESS, URI</p>
463463

464464
</td>
465465
</tr>
466466
<tr id="CompressedAttributes.int64s">
467467
<td><code>int64s</code></td>
468-
<td><code>map&lt;int32, int64&gt;</code></td>
468+
<td><code>map&lt;int32,int64&gt;</code></td>
469469
<td>
470470
<p>Holds attributes of type INT64</p>
471471

472472
</td>
473473
</tr>
474474
<tr id="CompressedAttributes.doubles">
475475
<td><code>doubles</code></td>
476-
<td><code>map&lt;int32, double&gt;</code></td>
476+
<td><code>map&lt;int32,double&gt;</code></td>
477477
<td>
478478
<p>Holds attributes of type DOUBLE</p>
479479

480480
</td>
481481
</tr>
482482
<tr id="CompressedAttributes.bools">
483483
<td><code>bools</code></td>
484-
<td><code>map&lt;int32, bool&gt;</code></td>
484+
<td><code>map&lt;int32,bool&gt;</code></td>
485485
<td>
486486
<p>Holds attributes of type BOOL</p>
487487

488488
</td>
489489
</tr>
490490
<tr id="CompressedAttributes.timestamps">
491491
<td><code>timestamps</code></td>
492-
<td><code>map&lt;int32, <a href="https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#timestamp">google.protobuf.Timestamp</a>&gt;</code></td>
492+
<td><code>map&lt;int32,<a href="https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#timestamp">google.protobuf.Timestamp</a>&gt;</code></td>
493493
<td>
494494
<p>Holds attributes of type TIMESTAMP</p>
495495

496496
</td>
497497
</tr>
498498
<tr id="CompressedAttributes.durations">
499499
<td><code>durations</code></td>
500-
<td><code>map&lt;int32, <a href="https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#duration">google.protobuf.Duration</a>&gt;</code></td>
500+
<td><code>map&lt;int32,<a href="https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#duration">google.protobuf.Duration</a>&gt;</code></td>
501501
<td>
502502
<p>Holds attributes of type DURATION</p>
503503

504504
</td>
505505
</tr>
506506
<tr id="CompressedAttributes.bytes">
507507
<td><code>bytes</code></td>
508-
<td><code>map&lt;int32, bytes&gt;</code></td>
508+
<td><code>map&lt;int32,bytes&gt;</code></td>
509509
<td>
510510
<p>Holds attributes of type BYTES</p>
511511

512512
</td>
513513
</tr>
514514
<tr id="CompressedAttributes.string_maps">
515515
<td><code>stringMaps</code></td>
516-
<td><code>map&lt;int32, <a href="#StringMap">StringMap</a>&gt;</code></td>
516+
<td><code>map&lt;int32,<a href="#StringMap">StringMap</a>&gt;</code></td>
517517
<td>
518518
<p>Holds attributes of type STRING_MAP</p>
519519

@@ -740,7 +740,7 @@ <h3 id="StringMap">StringMap</h3>
740740
<tbody>
741741
<tr id="StringMap.entries">
742742
<td><code>entries</code></td>
743-
<td><code>map&lt;int32, int32&gt;</code></td>
743+
<td><code>map&lt;int32,int32&gt;</code></td>
744744
<td>
745745
<p>Holds a set of name/value pairs.</p>
746746

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ <h2 id="Subject">Subject</h2>
319319
</tr>
320320
<tr id="Subject.properties">
321321
<td><code>properties</code></td>
322-
<td><code>map&lt;string, string&gt;</code></td>
322+
<td><code>map&lt;string,string&gt;</code></td>
323323
<td>
324324
<p>Optional. The set of properties that identify the subject.
325325
In the above ServiceRoleBinding example, the second subject has two properties:

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ <h2 id="DestinationWeight">DestinationWeight</h2>
456456
</tr>
457457
<tr id="DestinationWeight.labels">
458458
<td><code>labels</code></td>
459-
<td><code>map&lt;string, string&gt;</code></td>
459+
<td><code>map&lt;string,string&gt;</code></td>
460460
<td>
461461
<p>Sometimes required. Service version identifier for the destination service.
462462
(&ndash; N.B. The map is used instead of pstruct due to lack of serialization support
@@ -1213,7 +1213,7 @@ <h2 id="IstioService">IstioService</h2>
12131213
</tr>
12141214
<tr id="IstioService.labels">
12151215
<td><code>labels</code></td>
1216-
<td><code>map&lt;string, string&gt;</code></td>
1216+
<td><code>map&lt;string,string&gt;</code></td>
12171217
<td>
12181218
<p>Optional one or more labels that uniquely identify the service version.</p>
12191219

@@ -1581,7 +1581,7 @@ <h2 id="MatchRequest">MatchRequest</h2>
15811581
<tbody>
15821582
<tr id="MatchRequest.headers">
15831583
<td><code>headers</code></td>
1584-
<td><code>map&lt;string, <a href="#StringMatch">StringMatch</a>&gt;</code></td>
1584+
<td><code>map&lt;string,<a href="#StringMatch">StringMatch</a>&gt;</code></td>
15851585
<td>
15861586
<p>Set of HTTP match conditions based on HTTP/1.1, HTTP/2, GRPC request
15871587
metadata, such as <em>uri</em>, <em>scheme</em>, <em>authority</em>. The header keys must be
@@ -1780,7 +1780,7 @@ <h2 id="RouteRule">RouteRule</h2>
17801780
</tr>
17811781
<tr id="RouteRule.append_headers">
17821782
<td><code>appendHeaders</code></td>
1783-
<td><code>map&lt;string, string&gt;</code></td>
1783+
<td><code>map&lt;string,string&gt;</code></td>
17841784
<td>
17851785
<p>Additional HTTP headers to add before forwarding a request to the
17861786
destnation service.</p>

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ <h2 id="ExternalService.Endpoint">ExternalService.Endpoint</h2>
904904
</tr>
905905
<tr id="ExternalService.Endpoint.ports">
906906
<td><code>ports</code></td>
907-
<td><code>map&lt;string, uint32&gt;</code></td>
907+
<td><code>map&lt;string,uint32&gt;</code></td>
908908
<td>
909909
<p>Set of ports associated with the endpoint. The ports must be
910910
associated with a port name that was declared as part of the
@@ -914,7 +914,7 @@ <h2 id="ExternalService.Endpoint">ExternalService.Endpoint</h2>
914914
</tr>
915915
<tr id="ExternalService.Endpoint.labels">
916916
<td><code>labels</code></td>
917-
<td><code>map&lt;string, string&gt;</code></td>
917+
<td><code>map&lt;string,string&gt;</code></td>
918918
<td>
919919
<p>One or more labels associated with the endpoint.</p>
920920

@@ -1067,7 +1067,7 @@ <h2 id="Gateway">Gateway</h2>
10671067
</tr>
10681068
<tr id="Gateway.selector">
10691069
<td><code>selector</code></td>
1070-
<td><code>map&lt;string, string&gt;</code></td>
1070+
<td><code>map&lt;string,string&gt;</code></td>
10711071
<td>
10721072
<p>REQUIRED: One or more labels that indicate a specific set of pods/VMs
10731073
on which this gateway configuration should be applied.</p>
@@ -1363,7 +1363,7 @@ <h2 id="HTTPMatchRequest">HTTPMatchRequest</h2>
13631363
</tr>
13641364
<tr id="HTTPMatchRequest.headers">
13651365
<td><code>headers</code></td>
1366-
<td><code>map&lt;string, <a href="#StringMatch">StringMatch</a>&gt;</code></td>
1366+
<td><code>map&lt;string,<a href="#StringMatch">StringMatch</a>&gt;</code></td>
13671367
<td>
13681368
<p>The header keys must be lowercase and use hyphen as the separator,
13691369
e.g. <em>x-request-id</em>.</p>
@@ -1397,7 +1397,7 @@ <h2 id="HTTPMatchRequest">HTTPMatchRequest</h2>
13971397
</tr>
13981398
<tr id="HTTPMatchRequest.source_labels">
13991399
<td><code>sourceLabels</code></td>
1400-
<td><code>map&lt;string, string&gt;</code></td>
1400+
<td><code>map&lt;string,string&gt;</code></td>
14011401
<td>
14021402
<p>One or more labels that constrain the applicability of a rule to
14031403
workloads with the given labels. If the route rule has a list of
@@ -1704,7 +1704,7 @@ <h2 id="HTTPRoute">HTTPRoute</h2>
17041704
</tr>
17051705
<tr id="HTTPRoute.append_headers">
17061706
<td><code>appendHeaders</code></td>
1707-
<td><code>map&lt;string, string&gt;</code></td>
1707+
<td><code>map&lt;string,string&gt;</code></td>
17081708
<td>
17091709
<p>Additional HTTP headers to add before forwarding a request to the
17101710
destination service.</p>
@@ -1765,7 +1765,7 @@ <h2 id="L4MatchAttributes">L4MatchAttributes</h2>
17651765
</tr>
17661766
<tr id="L4MatchAttributes.source_labels">
17671767
<td><code>sourceLabels</code></td>
1768-
<td><code>map&lt;string, string&gt;</code></td>
1768+
<td><code>map&lt;string,string&gt;</code></td>
17691769
<td>
17701770
<p>One or more labels that constrain the applicability of a rule to
17711771
workloads with the given labels. If the route rule has a list of
@@ -2573,7 +2573,7 @@ <h2 id="Subset">Subset</h2>
25732573
</tr>
25742574
<tr id="Subset.labels">
25752575
<td><code>labels</code></td>
2576-
<td><code>map&lt;string, string&gt;</code></td>
2576+
<td><code>map&lt;string,string&gt;</code></td>
25772577
<td>
25782578
<p>REQUIRED. Labels apply a filter over the endpoints of a service in the
25792579
service registry. See route rules for examples of usage.</p>

0 commit comments

Comments
 (0)