We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da7a056 commit 4c44938Copy full SHA for 4c44938
projects/gateway2/translator/listener/validation.go
@@ -34,7 +34,6 @@ func getSupportedProtocolsRoutes() map[protocol]map[groupName][]routeKind {
34
string(gwv1.HTTPSProtocolType): {
35
gwv1.GroupName: []string{
36
wellknown.HTTPRouteKind,
37
- // wellknown.TLSRouteKind, // question: TLSRoute supported?
38
},
39
40
string(gwv1.TCPProtocolType): {
@@ -45,7 +44,6 @@ func getSupportedProtocolsRoutes() map[protocol]map[groupName][]routeKind {
45
44
string(gwv1.TLSProtocolType): {
46
47
wellknown.TLSRouteKind,
48
- // wellknown.TCPRouteKind, // question: TCPRoute supported?
49
50
51
}
0 commit comments