Skip to content

Commit 817f66a

Browse files
authored
VirtualService docs minor formatting fixes (#2659)
* VirtualService docs minor formatting fixes * address comments
1 parent 35782d2 commit 817f66a

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

networking/v1alpha3/virtual_service.gen.json

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

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
@@ -253,8 +253,8 @@ message VirtualService {
253253
repeated string gateways = 2;
254254

255255
// An ordered list of route rules for HTTP traffic. HTTP routes will be
256-
// applied to platform service ports named 'http-*'/'http2-*'/'grpc-*', gateway
257-
// ports with protocol HTTP/HTTP2/GRPC/ TLS-terminated-HTTPS and service
256+
// applied to platform service ports using HTTP/HTTP2/GRPC protocols, gateway
257+
// ports with protocol HTTP/HTTP2/GRPC/TLS-terminated-HTTPS and service
258258
// entry ports using HTTP/HTTP2/GRPC protocols. The first rule matching
259259
// an incoming request is used.
260260
repeated HTTPRoute http = 3;

networking/v1beta1/virtual_service.gen.json

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

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
@@ -253,8 +253,8 @@ message VirtualService {
253253
repeated string gateways = 2;
254254

255255
// An ordered list of route rules for HTTP traffic. HTTP routes will be
256-
// applied to platform service ports named 'http-*'/'http2-*'/'grpc-*', gateway
257-
// ports with protocol HTTP/HTTP2/GRPC/ TLS-terminated-HTTPS and service
256+
// applied to platform service ports using HTTP/HTTP2/GRPC protocols, gateway
257+
// ports with protocol HTTP/HTTP2/GRPC/TLS-terminated-HTTPS and service
258258
// entry ports using HTTP/HTTP2/GRPC protocols. The first rule matching
259259
// an incoming request is used.
260260
repeated HTTPRoute http = 3;

0 commit comments

Comments
 (0)