Skip to content

Commit 5f97131

Browse files
committed
edit description
1 parent 9da098e commit 5f97131

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

mmv1/products/vmwareengine/PrivateCloud.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -304,19 +304,20 @@ properties:
304304
type: Integer
305305
description: |
306306
Minimum number of nodes of any type in a cluster.
307-
If not specified the default limits apply.
307+
Mandatory for successful addition of autoscaling settings in cluster.
308308
- name: 'maxClusterNodeCount'
309309
type: Integer
310310
description: |
311311
Maximum number of nodes of any type in a cluster.
312-
If not specified the default limits apply.
312+
Mandatory for successful addition of autoscaling settings in cluster.
313313
- name: 'coolDownPeriod'
314314
type: String
315315
description: |
316316
The minimum duration between consecutive autoscale operations.
317317
It starts once addition or removal of nodes is fully completed.
318-
Defaults to 30m if not specified.
318+
Minimum cool down period is 30m.
319319
Cool down period must be in whole minutes (for example, 30m, 31m, 50m).
320+
Mandatory for successful addition of autoscaling settings in cluster.
320321
- name: 'hcx'
321322
type: NestedObject
322323
description: |

0 commit comments

Comments
 (0)