VirtualService docs minor formatting fixes (#2659)

* VirtualService docs minor formatting fixes

* address comments
This commit is contained in:
Chromo-residuum-opec 2023-02-27 08:24:15 -08:00 committed by GitHub
parent 35782d263c
commit 817f66acdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 12 additions and 12 deletions

View File

@ -880,7 +880,7 @@
}
},
"http": {
"description": "An ordered list of route rules for HTTP traffic. HTTP routes will be applied to platform service ports named 'http-*'/'http2-*'/'grpc-*', gateway ports with protocol HTTP/HTTP2/GRPC/ TLS-terminated-HTTPS and service entry ports using HTTP/HTTP2/GRPC protocols. The first rule matching an incoming request is used.",
"description": "An ordered list of route rules for HTTP traffic. HTTP routes will be applied to platform service ports using HTTP/HTTP2/GRPC protocols, gateway ports with protocol HTTP/HTTP2/GRPC/TLS-terminated-HTTPS and service entry ports using HTTP/HTTP2/GRPC protocols. The first rule matching an incoming request is used.",
"type": "array",
"items": {
"$ref": "#/components/schemas/istio.networking.v1alpha3.HTTPRoute"

View File

@ -317,8 +317,8 @@ type VirtualService struct {
// gateways and sidecars, specify `mesh` as one of the gateway names.
Gateways []string `protobuf:"bytes,2,rep,name=gateways,proto3" json:"gateways,omitempty"`
// An ordered list of route rules for HTTP traffic. HTTP routes will be
// applied to platform service ports named 'http-*'/'http2-*'/'grpc-*', gateway
// ports with protocol HTTP/HTTP2/GRPC/ TLS-terminated-HTTPS and service
// applied to platform service ports using HTTP/HTTP2/GRPC protocols, gateway
// ports with protocol HTTP/HTTP2/GRPC/TLS-terminated-HTTPS and service
// entry ports using HTTP/HTTP2/GRPC protocols. The first rule matching
// an incoming request is used.
Http []*HTTPRoute `protobuf:"bytes,3,rep,name=http,proto3" json:"http,omitempty"`

View File

@ -214,8 +214,8 @@ No
<td><code><a href="#HTTPRoute">HTTPRoute[]</a></code></td>
<td>
<p>An ordered list of route rules for HTTP traffic. HTTP routes will be
applied to platform service ports named &lsquo;http-<em>&rsquo;/&lsquo;http2-</em>&rsquo;/&lsquo;grpc-*&rsquo;, gateway
ports with protocol HTTP/HTTP2/GRPC/ TLS-terminated-HTTPS and service
applied to platform service ports using HTTP/HTTP2/GRPC protocols, gateway
ports with protocol HTTP/HTTP2/GRPC/TLS-terminated-HTTPS and service
entry ports using HTTP/HTTP2/GRPC protocols. The first rule matching
an incoming request is used.</p>

View File

@ -253,8 +253,8 @@ message VirtualService {
repeated string gateways = 2;
// An ordered list of route rules for HTTP traffic. HTTP routes will be
// applied to platform service ports named 'http-*'/'http2-*'/'grpc-*', gateway
// ports with protocol HTTP/HTTP2/GRPC/ TLS-terminated-HTTPS and service
// applied to platform service ports using HTTP/HTTP2/GRPC protocols, gateway
// ports with protocol HTTP/HTTP2/GRPC/TLS-terminated-HTTPS and service
// entry ports using HTTP/HTTP2/GRPC protocols. The first rule matching
// an incoming request is used.
repeated HTTPRoute http = 3;

View File

@ -880,7 +880,7 @@
}
},
"http": {
"description": "An ordered list of route rules for HTTP traffic. HTTP routes will be applied to platform service ports named 'http-*'/'http2-*'/'grpc-*', gateway ports with protocol HTTP/HTTP2/GRPC/ TLS-terminated-HTTPS and service entry ports using HTTP/HTTP2/GRPC protocols. The first rule matching an incoming request is used.",
"description": "An ordered list of route rules for HTTP traffic. HTTP routes will be applied to platform service ports using HTTP/HTTP2/GRPC protocols, gateway ports with protocol HTTP/HTTP2/GRPC/TLS-terminated-HTTPS and service entry ports using HTTP/HTTP2/GRPC protocols. The first rule matching an incoming request is used.",
"type": "array",
"items": {
"$ref": "#/components/schemas/istio.networking.v1beta1.HTTPRoute"

View File

@ -317,8 +317,8 @@ type VirtualService struct {
// gateways and sidecars, specify `mesh` as one of the gateway names.
Gateways []string `protobuf:"bytes,2,rep,name=gateways,proto3" json:"gateways,omitempty"`
// An ordered list of route rules for HTTP traffic. HTTP routes will be
// applied to platform service ports named 'http-*'/'http2-*'/'grpc-*', gateway
// ports with protocol HTTP/HTTP2/GRPC/ TLS-terminated-HTTPS and service
// applied to platform service ports using HTTP/HTTP2/GRPC protocols, gateway
// ports with protocol HTTP/HTTP2/GRPC/TLS-terminated-HTTPS and service
// entry ports using HTTP/HTTP2/GRPC protocols. The first rule matching
// an incoming request is used.
Http []*HTTPRoute `protobuf:"bytes,3,rep,name=http,proto3" json:"http,omitempty"`

View File

@ -253,8 +253,8 @@ message VirtualService {
repeated string gateways = 2;
// An ordered list of route rules for HTTP traffic. HTTP routes will be
// applied to platform service ports named 'http-*'/'http2-*'/'grpc-*', gateway
// ports with protocol HTTP/HTTP2/GRPC/ TLS-terminated-HTTPS and service
// applied to platform service ports using HTTP/HTTP2/GRPC protocols, gateway
// ports with protocol HTTP/HTTP2/GRPC/TLS-terminated-HTTPS and service
// entry ports using HTTP/HTTP2/GRPC protocols. The first rule matching
// an incoming request is used.
repeated HTTPRoute http = 3;