Skip to content

Commit 4a11b73

Browse files
authored
doc: fix typo (missing closed double-quote) (#3190)
Signed-off-by: tarilabs <matteo.mortari@gmail.com>
1 parent 58947ee commit 4a11b73

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

networking/v1/virtual_service.pb.go

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

networking/v1/virtual_service.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ message VirtualService {
243243
// *Note for Kubernetes users*: When short names are used (e.g. "reviews"
244244
// instead of "reviews.default.svc.cluster.local"), Istio will interpret
245245
// the short name based on the namespace of the rule, not the service. A
246-
// rule in the "default" namespace containing a host "reviews will be
246+
// rule in the "default" namespace containing a host "reviews" will be
247247
// interpreted as "reviews.default.svc.cluster.local", irrespective of the
248248
// actual namespace associated with the reviews service. _To avoid potential
249249
// misconfigurations, it is recommended to always use fully qualified
@@ -370,7 +370,7 @@ message Destination {
370370
// *Note for Kubernetes users*: When short names are used (e.g. "reviews"
371371
// instead of "reviews.default.svc.cluster.local"), Istio will interpret
372372
// the short name based on the namespace of the rule, not the service. A
373-
// rule in the "default" namespace containing a host "reviews will be
373+
// rule in the "default" namespace containing a host "reviews" will be
374374
// interpreted as "reviews.default.svc.cluster.local", irrespective of
375375
// the actual namespace associated with the reviews service. To avoid
376376
// potential misconfiguration, it is recommended to always use fully

networking/v1alpha3/virtual_service.pb.go

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

networking/v1alpha3/virtual_service.pb.html

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

networking/v1alpha3/virtual_service.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ message VirtualService {
244244
// *Note for Kubernetes users*: When short names are used (e.g. "reviews"
245245
// instead of "reviews.default.svc.cluster.local"), Istio will interpret
246246
// the short name based on the namespace of the rule, not the service. A
247-
// rule in the "default" namespace containing a host "reviews will be
247+
// rule in the "default" namespace containing a host "reviews" will be
248248
// interpreted as "reviews.default.svc.cluster.local", irrespective of the
249249
// actual namespace associated with the reviews service. _To avoid potential
250250
// misconfigurations, it is recommended to always use fully qualified
@@ -371,7 +371,7 @@ message Destination {
371371
// *Note for Kubernetes users*: When short names are used (e.g. "reviews"
372372
// instead of "reviews.default.svc.cluster.local"), Istio will interpret
373373
// the short name based on the namespace of the rule, not the service. A
374-
// rule in the "default" namespace containing a host "reviews will be
374+
// rule in the "default" namespace containing a host "reviews" will be
375375
// interpreted as "reviews.default.svc.cluster.local", irrespective of
376376
// the actual namespace associated with the reviews service. To avoid
377377
// potential misconfiguration, it is recommended to always use fully

networking/v1beta1/virtual_service.pb.go

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

networking/v1beta1/virtual_service.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ message VirtualService {
244244
// *Note for Kubernetes users*: When short names are used (e.g. "reviews"
245245
// instead of "reviews.default.svc.cluster.local"), Istio will interpret
246246
// the short name based on the namespace of the rule, not the service. A
247-
// rule in the "default" namespace containing a host "reviews will be
247+
// rule in the "default" namespace containing a host "reviews" will be
248248
// interpreted as "reviews.default.svc.cluster.local", irrespective of the
249249
// actual namespace associated with the reviews service. _To avoid potential
250250
// misconfigurations, it is recommended to always use fully qualified
@@ -371,7 +371,7 @@ message Destination {
371371
// *Note for Kubernetes users*: When short names are used (e.g. "reviews"
372372
// instead of "reviews.default.svc.cluster.local"), Istio will interpret
373373
// the short name based on the namespace of the rule, not the service. A
374-
// rule in the "default" namespace containing a host "reviews will be
374+
// rule in the "default" namespace containing a host "reviews" will be
375375
// interpreted as "reviews.default.svc.cluster.local", irrespective of
376376
// the actual namespace associated with the reviews service. To avoid
377377
// potential misconfiguration, it is recommended to always use fully

0 commit comments

Comments
 (0)