> For the complete documentation index, see [llms.txt](https://docs.ionos.com/nodejs-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/nodejs-sdk/models/kubernetesautoscaling.md).

# KubernetesAutoScaling

## Properties

| Name             | Type       | Description                                                                                                                                                         | Notes                   |
| ---------------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
| **maxNodeCount** | **number** | The maximum number of worker nodes that the managed node pool can scale in. Must be >= minNodeCount and must be >= nodeCount. Required if autoScaling is specified. | \[default to undefined] |
| **minNodeCount** | **number** | The minimum number of working nodes that the managed node pool can scale must be >= 1 and >= nodeCount. Required if autoScaling is specified.                       | \[default to undefined] |
