Skip to content

Commit

Permalink
[src] cr changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dahanmoshe1991 committed Feb 5, 2024
1 parent 0c5717f commit 405c19a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/services/ocean/aws/schemas/oceanCluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ properties:
example: 60
aggressiveScaleDown:
type: object
description: An object that enables and customizes the Aggressive Scale Down feature, allowing nodes to be scaled down promptly once they are eligible for scale down by the Ocean Autoscaler, without any waiting period.
description: Enable and customize the Aggressive Scale Down feature. This allows nodes to be promptly scaled down by the Ocean Autoscaler as soon as they become eligible, without any waiting period.
properties:
isEnabled:
type: boolean
Expand Down
2 changes: 1 addition & 1 deletion api/services/ocean/aws/schemas/oceanClusterUpdate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ properties:
example: 60
aggressiveScaleDown:
type: object
description: An object that enables and customizes the Aggressive Scale Down feature, allowing nodes to be scaled down promptly once they are eligible for scale down by the Ocean Autoscaler, without any waiting period.
description: Enable and customize the Aggressive Scale Down feature. This allows nodes to be promptly scaled down by the Ocean Autoscaler as soon as they become eligible, without any waiting period.
properties:
isEnabled:
type: boolean
Expand Down

0 comments on commit 405c19a

Please sign in to comment.