docs/models/KubernetesNodePoolProperties.md in ionoscloud-5.1.1 vs docs/models/KubernetesNodePoolProperties.md in ionoscloud-5.1.2
- old
+ new
@@ -19,11 +19,10 @@
| **lans** | [**Array<KubernetesNodePoolLan>**](KubernetesNodePoolLan.md) | array of additional LANs attached to worker nodes | [optional] |
| **labels** | **Hash<String, String>** | map of labels attached to node pool | [optional] |
| **annotations** | **Hash<String, String>** | map of annotations attached to node pool | [optional] |
| **public_ips** | **Array<String>** | Optional array of reserved public IP addresses to be used by the nodes. IPs must be from same location as the data center used for the node pool. The array must contain one extra IP than maximum number of nodes could be. (nodeCount+1 if fixed node amount or maxNodeCount+1 if auto scaling is used) The extra provided IP Will be used during rebuilding of nodes. | [optional] |
| **available_upgrade_versions** | **Array<String>** | List of available versions for upgrading the node pool | [optional] |
-| **gateway_ip** | **String** | Public IP address for the gateway performing source NAT for the node pool's nodes belonging to a private cluster. Required only if the node pool belongs to a private cluster. | [optional] |
## Example
```ruby
require 'ionoscloud'
@@ -44,9 +43,7 @@
lans: null,
labels: null,
annotations: null,
public_ips: [81.173.1.2, 82.231.2.5, 92.221.2.4],
available_upgrade_versions: [1.16.4, 1.17.7],
- gateway_ip: 198.51.100.100
-)
```