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 @@ -238,7 +238,7 @@ message MeshConfig {
// The default service dependency setting associated with every workload
// in the mesh. Pilot will program the routes in the sidecars and
// gateways accordingly. If omitted, sidecars will be configured to reach
// every service in the mesh. The default scope can be overriden by
// every service in the mesh. The default scope can be overridden by
// supplying a ServiceDependency resource per namespace.
DefaultServiceDependency default_service_dependency = 29;

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 @@ -312,7 +312,7 @@ <h2 id="MeshConfig">MeshConfig</h2>
<p>The default service dependency setting associated with every workload
in the mesh. Pilot will program the routes in the sidecars and
gateways accordingly. If omitted, sidecars will be configured to reach
every service in the mesh. The default scope can be overriden by
every service in the mesh. The default scope can be overridden by
supplying a ServiceDependency resource per namespace.</p>

</td>
Expand Down Expand Up @@ -656,7 +656,7 @@ <h2 id="Network-NetworkEndpoints">Network.NetworkEndpoints</h2>
</ol>

<p>a. By matching the registry name with one of the &ldquo;from<em>registries&rdquo;
in the mesh config. A &ldquo;from</em>registry&rdquo; can only be assinged to a
in the mesh config. A &ldquo;from</em>registry&rdquo; can only be assigned to a
single network.</p>

<p>b. By matching the IP against one of the CIDR ranges in a mesh
Expand Down
2 changes: 1 addition & 1 deletion mesh/v1alpha1/network.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/network.proto
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ message Network {
// 2. Explicitly:
//
// a. By matching the registry name with one of the "from_registries"
// in the mesh config. A "from_registry" can only be assinged to a
// in the mesh config. A "from_registry" can only be assigned to a
// single network.
//
// b. By matching the IP against one of the CIDR ranges in a mesh
Expand Down