Skip to content

Commit 6a62946

Browse files
committed
f
1 parent 8567674 commit 6a62946

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal/manager/controllers.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,9 @@ func registerGatewayAPIForReadinessGVK(mgr manager.Manager, readier readiness.Re
288288
if utils.HasAPIResource(mgr, &gatewayv1.HTTPRoute{}) {
289289
gvks = append(gvks, types.GvkOf(&gatewayv1.HTTPRoute{}))
290290
}
291+
if utils.HasAPIResource(mgr, &gatewayv1.GRPCRoute{}) {
292+
gvks = append(gvks, types.GvkOf(&gatewayv1.GRPCRoute{}))
293+
}
291294
if len(gvks) == 0 {
292295
return
293296
}

0 commit comments

Comments
 (0)