You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
2
2
# Python SDK
3
3
4
-
Version: ionosenterprise-sdk-python **5.3.0**
4
+
Version: ionosenterprise-sdk-python **5.4.0**
5
5
6
6
## Table of Contents
7
7
@@ -2376,7 +2376,8 @@ The following table describes the request arguments:
2376
2376
| auto_scaling | no | object | The minimum number of worker nodes that the managed node group can scale in. |
2377
2377
| lan_ids | no | List of ints | Array of additional LANs attached to worker nodes |
2378
2378
| labels | no | dict | Map of labels attached to node pool |
2379
-
| annotations | dict | int | Map of annotations attached to node pool |
2379
+
| annotations | no | dict | Map of annotations attached to node pool |
2380
+
| public_ips | no | list | List of IP addresses to be used by nodes |
2380
2381
2381
2382
Method signature:
2382
2383
@@ -2484,6 +2485,7 @@ The following table describes the request arguments:
2484
2485
| maintenance_window | no | dict | The time to use for a maintenance window. Accepted formats are: HH:mm:ss; HH:mm:ss"Z"; HH:mm:ssZ. This time may varies by 15 minutes. |
2485
2486
| auto_scaling | no | dict | The minimum number of worker nodes that the managed node group can scale in. |
2486
2487
| lan_ids | no | List of ints | Array of additional LANs attached to worker nodes |
2488
+
| public_ips | no | list | List of IP addresses to be used by nodes |
0 commit comments