Skip to content

Commit ad386cf

Browse files
committed
Update example
Signed-off-by: Jackie Elliott <jaellio@microsoft.com>
1 parent a835f92 commit ad386cf

File tree

3 files changed

+36
-37
lines changed

3 files changed

+36
-37
lines changed

mesh/v1alpha1/config.pb.go

Lines changed: 12 additions & 13 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: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -452,18 +452,18 @@ message MeshConfig {
452452
//
453453
// ```yaml
454454
// serviceSettings:
455-
// serviceScopes:
456-
// - namespacesSelector:
457-
// matchExpressions:
458-
// - key: istio.io/global
459-
// operator: In
460-
// values: [true]
461-
// servicesSelector:
462-
// matchExpressions:
463-
// - key: istio.io/global
464-
// operator: Exists
465-
// values: [true]
466-
// scope: GLOBAL
455+
// - serviceScope:
456+
// - namespacesSelector:
457+
// matchExpressions:
458+
// - key: istio.io/global
459+
// operator: In
460+
// values: [true]
461+
// servicesSelector:
462+
// matchExpressions:
463+
// - key: istio.io/global
464+
// operator: Exists
465+
// values: [true]
466+
// scope: GLOBAL
467467
// ```
468468
message ServiceScopeConfig {
469469
// The scope of the matching service. Used to determine if the service is available locally

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

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

0 commit comments

Comments
 (0)