Skip to content

Commit bccd18b

Browse files
authored
straighten some quotes (#3451)
* straighten some quotes * manually make the gens * automatically make the gens
1 parent 8acc181 commit bccd18b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

mesh/v1alpha1/config.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.

mesh/v1alpha1/config.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ message MeshConfig {
481481
// match either `x.y.com` or `*.y.com` for the SAN in the presented server certificate.
482482
// For wildcard host name in DestinationRule, client-side proxy will do a suffix match. For example,
483483
// if host is `*.x.y.com`, client-side proxy will verify the presented server certificate SAN matches
484-
// ``.x.y.com` suffix.
484+
// `.x.y.com` suffix.
485485
google.protobuf.BoolValue verify_certificate_at_client = 54 [deprecated=true];
486486

487487
message CA {
@@ -944,7 +944,7 @@ message MeshConfig {
944944
LogFormat log_format = 2;
945945

946946
// Optional. If set to true, when command operators are evaluated to null,
947-
// For text format, the output of the empty operator is changed from “-“ to an empty string.
947+
// For text format, the output of the empty operator is changed from "-" to an empty string.
948948
// For json format, the keys with null values are omitted in the output structure.
949949
bool omit_empty_values = 3;
950950
}

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

security/v1beta1/request_authentication.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

security/v1beta1/request_authentication.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ message JWTRule {
421421
// from_cookies:
422422
// - auth-token
423423
// ```
424-
// Then JWT will be extracted from ``auth-token`` cookie in the request.
424+
// Then JWT will be extracted from `auth-token` cookie in the request.
425425
//
426426
// Note: Requests with multiple tokens (at different locations) are not supported, the output principal of
427427
// such requests is undefined.

0 commit comments

Comments
 (0)