Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
181 changes: 91 additions & 90 deletions mesh/v1alpha1/config.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mesh/v1alpha1/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ message MeshConfig {

// Enable session affinity for envoy mixer reports so that calls from a proxy will
// always target the same mixer instance.
bool report_session_affinity = 31;
bool sidecar_to_telemetry_session_affinity = 31;

// Port on which Envoy should listen for incoming connections from
// other services.
Expand Down
4 changes: 2 additions & 2 deletions mesh/v1alpha1/istio.mesh.v1alpha1.pb.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ <h2 id="MeshConfig">MeshConfig</h2>

</td>
</tr>
<tr id="MeshConfig-report_session_affinity">
<td><code>reportSessionAffinity</code></td>
<tr id="MeshConfig-sidecar_to_telemetry_session_affinity">
<td><code>sidecarToTelemetrySessionAffinity</code></td>
<td><code>bool</code></td>
<td>
<p>Enable session affinity for envoy mixer reports so that calls from a proxy will
Expand Down
2 changes: 1 addition & 1 deletion proto.lock
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@
},
{
"id": 31,
"name": "report_session_affinity",
"name": "sidecar_to_telemetry_session_affinity",
"type": "bool"
},
{
Expand Down
Loading