mirror of https://github.com/istio/api.git
VirtualService docs minor formatting fixes (#2659)
* VirtualService docs minor formatting fixes * address comments
This commit is contained in:
parent
35782d263c
commit
817f66acdb
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"`
|
||||
|
|
|
|||
|
|
@ -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 ‘http-<em>’/‘http2-</em>’/‘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.</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"`
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue