Sha256: 671018df256177d98f3f4a91dfb7c4adeb99df63a96d22bcf921992ae3fb5586
Contents?: true
Size: 683 Bytes
Versions: 1
Compression:
Stored size: 683 Bytes
Contents
# KubernetesAutoScaling ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **max_node_count** | **Integer** | 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. | | | **min_node_count** | **Integer** | The minimum number of working nodes that the managed node pool can scale must be >= 1 and >= nodeCount. Required if autoScaling is specified. | | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::KubernetesAutoScaling.new( max_node_count: 3, min_node_count: 1 ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ionoscloud-6.1.2 | docs/models/KubernetesAutoScaling.md |