Skip to content

Commit 0318d4c

Browse files
add TCP and MONGO to the list of protocols supported by Egress Rules (#338)
* added TCP and MONGO to the list of protocols supported by Egress Rules * added the generated pb.go and pb.html
1 parent 0ed25dc commit 0318d4c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

routing/v1alpha1/egress_rule.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.

routing/v1alpha1/egress_rule.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ message EgressRule {
5050
// A valid non-negative integer port number.
5151
int32 port = 1;
5252
// The protocol to communicate with the external services.
53-
// MUST BE one of HTTP|HTTPS|GRPC|HTTP2.
53+
// MUST BE one of HTTP|HTTPS|GRPC|HTTP2|TCP|MONGO.
5454
string protocol = 2;
5555
}
5656

routing/v1alpha1/istio.routing.v1alpha1.pb.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ <h3 id="EgressRule.Port">EgressRule.Port</h3>
589589
<td><code>string</code></td>
590590
<td>
591591
<p>The protocol to communicate with the external services.
592-
MUST BE one of HTTP|HTTPS|GRPC|HTTP2.</p>
592+
MUST BE one of HTTP|HTTPS|GRPC|HTTP2|TCP|MONGO.</p>
593593

594594
</td>
595595
</tr>

0 commit comments

Comments
 (0)