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
2 changes: 1 addition & 1 deletion 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 @@ -192,7 +192,7 @@ message MeshConfig {
message ConfigSource {
// Address of the server implementing the Istio Mesh Configuration
// protocol (MCP). Can be IP address or a fully qualified DNS name.
// Use file:/// to specify a file-based backend with absolute path to the directory.
// Use fs:/// to specify a file-based backend with absolute path to the directory.
string address = 1;

// Use the tls_settings to specify the tls mode to use. If the MCP server
Expand Down
2 changes: 1 addition & 1 deletion mesh/v1alpha1/istio.mesh.v1alpha1.pb.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h2 id="ConfigSource">ConfigSource</h2>
<td>
<p>Address of the server implementing the Istio Mesh Configuration
protocol (MCP). Can be IP address or a fully qualified DNS name.
Use file:/// to specify a file-based backend with absolute path to the directory.</p>
Use fs:/// to specify a file-based backend with absolute path to the directory.</p>

</td>
</tr>
Expand Down