Skip to content

Commit c63acb4

Browse files
committed
remove suffix
Signed-off-by: Jackie Elliott <jaellio@microsoft.com>
1 parent 7ea4e09 commit c63acb4

File tree

3 files changed

+10
-40
lines changed

3 files changed

+10
-40
lines changed

mesh/v1alpha1/config.pb.go

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

mesh/v1alpha1/config.proto

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ message MeshConfig {
453453
// ```yaml
454454
// serviceSettings:
455455
// serviceScopes:
456-
// - namespacesSelector: # server-side
456+
// - namespacesSelector:
457457
// matchExpressions:
458458
// - key: istio.io/global
459459
// operator: In
@@ -463,11 +463,10 @@ message MeshConfig {
463463
// - key: istio.io/global
464464
// operator: Exists
465465
// values: [true]
466-
// serviceSuffix: .cluster.local # client-side
467-
// scope: GLOBAL
468466
// ```
469467
message ServiceScopeConfig {
470-
// The scope of the matching service. Used to determine if the service is local or global.
468+
// The scope of the matching service. Used to determine if the service is available locally
469+
// (cluster local) or globally (mesh-wide).
471470
enum Scope {
472471
LOCAL = 0;
473472
GLOBAL = 1;
@@ -481,11 +480,6 @@ message MeshConfig {
481480

482481
// Specifics the available scope for matching services.
483482
Scope scope = 3;
484-
485-
// Custom DNS suffix for "exported" services.
486-
// Setting service_suffix indicates that local clients will only be able to access remote
487-
// instances of that service through a DNS name matching that suffix.
488-
string service_suffix = 4;
489483
}
490484

491485
// Scope configuration to be applied to matching services.

mesh/v1alpha1/istio.mesh.v1alpha1.pb.html

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

0 commit comments

Comments
 (0)