Skip to content

Commit

Permalink
comment for func
Browse files Browse the repository at this point in the history
Signed-off-by: rushi47 <[email protected]>
  • Loading branch information
rushi47 committed Dec 6, 2022
1 parent e2e1068 commit 94c1cbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/udproute_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ func (r *UDPRouteReconciler) verifyListener(ctx context.Context, gw *gatewayv1be
return fmt.Errorf("No matching Gateway listener found for defined Parentref")
}

// Verify if UDPRoute is managed by our implementation.
func (r *UDPRouteReconciler) isUDPRouteManaged(ctx context.Context, udproute gatewayv1alpha2.UDPRoute) (bool, *gatewayv1beta1.Gateway, error) {
log := log.FromContext(ctx)

Expand Down

0 comments on commit 94c1cbd

Please sign in to comment.