We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94278ae commit cb4b6a2Copy full SHA for cb4b6a2
source/gateway.go
@@ -500,6 +500,8 @@ func getRouteParentRefs(rt gatewayRoute) []v1.ParentReference {
500
routeParentRefs = rt.Object().(*v1alpha2.UDPRoute).Spec.ParentRefs
501
case *v1alpha2.TCPRoute:
502
routeParentRefs = rt.Object().(*v1alpha2.TCPRoute).Spec.ParentRefs
503
+ case *v1alpha2.TLSRoute:
504
+ routeParentRefs = rt.Object().(*v1alpha2.TLSRoute).Spec.ParentRefs
505
}
506
return routeParentRefs
507
0 commit comments