Sha256: 6dbf77a96a46f6692d5667c256c4703e660350c76bf9bc41feb57d6c56fd010f

Contents?: true

Size: 788 Bytes

Versions: 4

Compression:

Stored size: 788 Bytes

Contents

# KubernetesAutoScaling

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **min_node_count** | **Integer** | The minimum number of worker nodes that the managed node group can scale in. Should be set together with 'maxNodeCount'. Value for this attribute must be greater than equal to 1 and less than equal to maxNodeCount. | [optional] |
| **max_node_count** | **Integer** | The maximum number of worker nodes that the managed node pool can scale-out. Should be set together with 'minNodeCount'. Value for this attribute must be greater than equal to 1 and minNodeCount. | [optional] |

## Example

```ruby
require 'ionoscloud'

instance = Ionoscloud::KubernetesAutoScaling.new(
  min_node_count: 1,
  max_node_count: 1
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ionoscloud-5.1.2 docs/models/KubernetesAutoScaling.md
ionoscloud-5.1.1 docs/models/KubernetesAutoScaling.md
ionoscloud-5.1.0 docs/KubernetesAutoScaling.md
ionoscloud-5.0.1 docs/KubernetesAutoScaling.md