Skip to content

Commit 446e4a5

Browse files
authored
GRPC-WEB is a valid port protocol, but not listed (#2986)
* GRPC-WEB is a valid port protocol, but not listed correctly in the docs. Adopted from istio/istio.io#10942. * Add generated files
1 parent 0da4203 commit 446e4a5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

networking/v1alpha3/gateway.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.

networking/v1alpha3/gateway.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.

networking/v1alpha3/gateway.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ message Port {
597597
uint32 number = 1 [(google.api.field_behavior) = REQUIRED];
598598

599599
// The protocol exposed on the port.
600-
// MUST BE one of HTTP|HTTPS|GRPC|HTTP2|MONGO|TCP|TLS.
600+
// MUST BE one of HTTP|HTTPS|GRPC|GRPC-WEB|HTTP2|MONGO|TCP|TLS.
601601
// TLS can be either used to terminate non-HTTP based connections on a specific port
602602
// or to route traffic based on SNI header to the destination without terminating the TLS connection.
603603
string protocol = 2 [(google.api.field_behavior) = REQUIRED];

networking/v1beta1/gateway.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.

networking/v1beta1/gateway.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ message Port {
597597
uint32 number = 1 [(google.api.field_behavior) = REQUIRED];
598598

599599
// The protocol exposed on the port.
600-
// MUST BE one of HTTP|HTTPS|GRPC|HTTP2|MONGO|TCP|TLS.
600+
// MUST BE one of HTTP|HTTPS|GRPC|GRPC-WEB|HTTP2|MONGO|TCP|TLS.
601601
// TLS can be either used to terminate non-HTTP based connections on a specific port
602602
// or to route traffic based on SNI header to the destination without terminating the TLS connection.
603603
string protocol = 2 [(google.api.field_behavior) = REQUIRED];

0 commit comments

Comments
 (0)