Skip to content

Commit fcf1d92

Browse files
authored
chore: update obsolete reconcileServe description (#3865)
Signed-off-by: fscnick <[email protected]>
1 parent 46bc323 commit fcf1d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ray-operator/controllers/ray/rayservice_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ func (r *RayServiceReconciler) reconcileServices(ctx context.Context, rayService
989989
return nil, err
990990
}
991991

992-
// Reconciles the Serve applications on the RayCluster. Returns (isReady, error).
992+
// Reconciles the Serve applications on the RayCluster. Returns (isReady, serveApplicationStatus, error).
993993
// The `isReady` flag indicates whether the RayCluster is ready to handle incoming traffic.
994994
func (r *RayServiceReconciler) reconcileServe(ctx context.Context, rayServiceInstance *rayv1.RayService, rayClusterInstance *rayv1.RayCluster) (bool, map[string]rayv1.AppStatus, error) {
995995
logger := ctrl.LoggerFrom(ctx)

0 commit comments

Comments
 (0)