Skip to content

Commit

Permalink
improve comment
Browse files Browse the repository at this point in the history
Signed-off-by: Yicheng-Lu-llll <[email protected]>
  • Loading branch information
Yicheng-Lu-llll committed Feb 4, 2024
1 parent 0116c35 commit 588139b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ray-operator/apis/ray/v1/rayservice_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ type RayServiceStatuses struct {
PendingServiceStatus RayServiceStatus `json:"pendingServiceStatus,omitempty"`
// ServiceStatus indicates the current RayService status.
ServiceStatus ServiceStatus `json:"serviceStatus,omitempty"`
// ActiveServingRayPods indicates the number of active serving Ray Pods or the number of Ray Pods selected by the serve service.
// If a Ray Pod has no proxy actor or is unhealthy, it will not be counted.
// ActiveServingRayPods indicates the number of Ray Pods that are actively serving or have been selected by the serve service.
// Ray Pods without a proxy actor or those that are unhealthy will not be counted.
ActiveServingRayPods int32 `json:"ActiveServingRayPods,omitempty"`
// observedGeneration is the most recent generation observed for this RayService. It corresponds to the
// RayService's generation, which is updated on mutation by the API Server.
Expand Down

0 comments on commit 588139b

Please sign in to comment.