From 6b5ef942dd794c78339f8124a1f997a7912cead5 Mon Sep 17 00:00:00 2001 From: JoeWrightss Date: Thu, 3 Jan 2019 00:03:23 +0800 Subject: [PATCH] Fix some spelling errors Signed-off-by: JoeWrightss --- mesh/v1alpha1/config.pb.go | 2 +- mesh/v1alpha1/config.proto | 2 +- mesh/v1alpha1/istio.mesh.v1alpha1.pb.html | 4 ++-- mesh/v1alpha1/network.pb.go | 2 +- mesh/v1alpha1/network.proto | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mesh/v1alpha1/config.pb.go b/mesh/v1alpha1/config.pb.go index 32a1caa43b..c7010b9a1e 100644 --- a/mesh/v1alpha1/config.pb.go +++ b/mesh/v1alpha1/config.pb.go @@ -290,7 +290,7 @@ type MeshConfig struct { // 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 *MeshConfig_DefaultServiceDependency `protobuf:"bytes,29,opt,name=default_service_dependency,json=defaultServiceDependency" json:"default_service_dependency,omitempty"` } diff --git a/mesh/v1alpha1/config.proto b/mesh/v1alpha1/config.proto index 789141debd..82051a7480 100644 --- a/mesh/v1alpha1/config.proto +++ b/mesh/v1alpha1/config.proto @@ -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; diff --git a/mesh/v1alpha1/istio.mesh.v1alpha1.pb.html b/mesh/v1alpha1/istio.mesh.v1alpha1.pb.html index c01ecef561..9d47628a1e 100644 --- a/mesh/v1alpha1/istio.mesh.v1alpha1.pb.html +++ b/mesh/v1alpha1/istio.mesh.v1alpha1.pb.html @@ -312,7 +312,7 @@

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.

@@ -656,7 +656,7 @@

Network.NetworkEndpoints

a. By matching the registry name with one of the “fromregistries” - in the mesh config. A “fromregistry” can only be assinged to a + in the mesh config. A “fromregistry” can only be assigned to a single network.

b. By matching the IP against one of the CIDR ranges in a mesh diff --git a/mesh/v1alpha1/network.pb.go b/mesh/v1alpha1/network.pb.go index 05bafac843..6c7f002b4f 100644 --- a/mesh/v1alpha1/network.pb.go +++ b/mesh/v1alpha1/network.pb.go @@ -59,7 +59,7 @@ func (m *Network) GetGateways() []*Network_IstioNetworkGateway { // 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 diff --git a/mesh/v1alpha1/network.proto b/mesh/v1alpha1/network.proto index 278fd033df..1fed56778e 100644 --- a/mesh/v1alpha1/network.proto +++ b/mesh/v1alpha1/network.proto @@ -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