Skip to content

Commit 4c44938

Browse files
committed
remove comments
1 parent da7a056 commit 4c44938

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

projects/gateway2/translator/listener/validation.go

-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ func getSupportedProtocolsRoutes() map[protocol]map[groupName][]routeKind {
3434
string(gwv1.HTTPSProtocolType): {
3535
gwv1.GroupName: []string{
3636
wellknown.HTTPRouteKind,
37-
// wellknown.TLSRouteKind, // question: TLSRoute supported?
3837
},
3938
},
4039
string(gwv1.TCPProtocolType): {
@@ -45,7 +44,6 @@ func getSupportedProtocolsRoutes() map[protocol]map[groupName][]routeKind {
4544
string(gwv1.TLSProtocolType): {
4645
gwv1.GroupName: []string{
4746
wellknown.TLSRouteKind,
48-
// wellknown.TCPRouteKind, // question: TCPRoute supported?
4947
},
5048
},
5149
}

0 commit comments

Comments
 (0)