From 01c0509376fd4ba01ffefd736a1657b9e5e5bff0 Mon Sep 17 00:00:00 2001 From: API Engineering Date: Mon, 3 Aug 2026 13:38:19 +0000 Subject: [PATCH] [bot] Updated client based on openapi-8c740d3/clientgen --- DO_OPENAPI_COMMIT_SHA.txt | 2 +- src/pydo/aio/operations/_operations.py | 41 ++++++++++++++++++++++++++ src/pydo/operations/_operations.py | 41 ++++++++++++++++++++++++++ 3 files changed, 83 insertions(+), 1 deletion(-) diff --git a/DO_OPENAPI_COMMIT_SHA.txt b/DO_OPENAPI_COMMIT_SHA.txt index 200c6288..bd0312f8 100644 --- a/DO_OPENAPI_COMMIT_SHA.txt +++ b/DO_OPENAPI_COMMIT_SHA.txt @@ -1 +1 @@ -87e82da +8c740d3 diff --git a/src/pydo/aio/operations/_operations.py b/src/pydo/aio/operations/_operations.py index 7db7b0d7..cf5bdd6d 100644 --- a/src/pydo/aio/operations/_operations.py +++ b/src/pydo/aio/operations/_operations.py @@ -150254,6 +150254,11 @@ async def list_clusters( "ipv4": "str", # Optional. The public IPv4 address of the Kubernetes master node. This will not be set if high availability is configured on the cluster (v1.21+). + "isolated_workers": False, # Optional. Default value is + False. A boolean value indicating whether worker nodes in the cluster are + not assigned public IP addresses. When omitted on create, the default + value is false. When enabled, a NAT gateway must exist in the VPC where + the cluster is created. "maintenance_policy": { "day": "str", # Optional. The day of the maintenance window policy. May be one of ``monday`` through ``sunday``"" , or @@ -150571,6 +150576,10 @@ async def create_cluster( "ipv4": "str", # Optional. The public IPv4 address of the Kubernetes master node. This will not be set if high availability is configured on the cluster (v1.21+). + "isolated_workers": False, # Optional. Default value is False. A boolean + value indicating whether worker nodes in the cluster are not assigned public IP + addresses. When omitted on create, the default value is false. When enabled, a + NAT gateway must exist in the VPC where the cluster is created. "maintenance_policy": { "day": "str", # Optional. The day of the maintenance window policy. May be one of ``monday`` through ``sunday``"" , or ``any`` to indicate an @@ -150794,6 +150803,10 @@ async def create_cluster( "ipv4": "str", # Optional. The public IPv4 address of the Kubernetes master node. This will not be set if high availability is configured on the cluster (v1.21+). + "isolated_workers": False, # Optional. Default value is False. A + boolean value indicating whether worker nodes in the cluster are not assigned + public IP addresses. When omitted on create, the default value is false. When + enabled, a NAT gateway must exist in the VPC where the cluster is created. "maintenance_policy": { "day": "str", # Optional. The day of the maintenance window policy. May be one of ``monday`` through ``sunday``"" , or ``any`` to @@ -151050,6 +151063,10 @@ async def create_cluster( "ipv4": "str", # Optional. The public IPv4 address of the Kubernetes master node. This will not be set if high availability is configured on the cluster (v1.21+). + "isolated_workers": False, # Optional. Default value is False. A + boolean value indicating whether worker nodes in the cluster are not assigned + public IP addresses. When omitted on create, the default value is false. When + enabled, a NAT gateway must exist in the VPC where the cluster is created. "maintenance_policy": { "day": "str", # Optional. The day of the maintenance window policy. May be one of ``monday`` through ``sunday``"" , or ``any`` to @@ -151292,6 +151309,10 @@ async def create_cluster(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> J "ipv4": "str", # Optional. The public IPv4 address of the Kubernetes master node. This will not be set if high availability is configured on the cluster (v1.21+). + "isolated_workers": False, # Optional. Default value is False. A boolean + value indicating whether worker nodes in the cluster are not assigned public IP + addresses. When omitted on create, the default value is false. When enabled, a + NAT gateway must exist in the VPC where the cluster is created. "maintenance_policy": { "day": "str", # Optional. The day of the maintenance window policy. May be one of ``monday`` through ``sunday``"" , or ``any`` to indicate an @@ -151515,6 +151536,10 @@ async def create_cluster(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> J "ipv4": "str", # Optional. The public IPv4 address of the Kubernetes master node. This will not be set if high availability is configured on the cluster (v1.21+). + "isolated_workers": False, # Optional. Default value is False. A + boolean value indicating whether worker nodes in the cluster are not assigned + public IP addresses. When omitted on create, the default value is false. When + enabled, a NAT gateway must exist in the VPC where the cluster is created. "maintenance_policy": { "day": "str", # Optional. The day of the maintenance window policy. May be one of ``monday`` through ``sunday``"" , or ``any`` to @@ -151832,6 +151857,10 @@ async def get_cluster(self, cluster_id: str, **kwargs: Any) -> JSON: "ipv4": "str", # Optional. The public IPv4 address of the Kubernetes master node. This will not be set if high availability is configured on the cluster (v1.21+). + "isolated_workers": False, # Optional. Default value is False. A + boolean value indicating whether worker nodes in the cluster are not assigned + public IP addresses. When omitted on create, the default value is false. When + enabled, a NAT gateway must exist in the VPC where the cluster is created. "maintenance_policy": { "day": "str", # Optional. The day of the maintenance window policy. May be one of ``monday`` through ``sunday``"" , or ``any`` to @@ -152278,6 +152307,10 @@ async def update_cluster( "ipv4": "str", # Optional. The public IPv4 address of the Kubernetes master node. This will not be set if high availability is configured on the cluster (v1.21+). + "isolated_workers": False, # Optional. Default value is False. A + boolean value indicating whether worker nodes in the cluster are not assigned + public IP addresses. When omitted on create, the default value is false. When + enabled, a NAT gateway must exist in the VPC where the cluster is created. "maintenance_policy": { "day": "str", # Optional. The day of the maintenance window policy. May be one of ``monday`` through ``sunday``"" , or ``any`` to @@ -152546,6 +152579,10 @@ async def update_cluster( "ipv4": "str", # Optional. The public IPv4 address of the Kubernetes master node. This will not be set if high availability is configured on the cluster (v1.21+). + "isolated_workers": False, # Optional. Default value is False. A + boolean value indicating whether worker nodes in the cluster are not assigned + public IP addresses. When omitted on create, the default value is false. When + enabled, a NAT gateway must exist in the VPC where the cluster is created. "maintenance_policy": { "day": "str", # Optional. The day of the maintenance window policy. May be one of ``monday`` through ``sunday``"" , or ``any`` to @@ -152907,6 +152944,10 @@ async def update_cluster( "ipv4": "str", # Optional. The public IPv4 address of the Kubernetes master node. This will not be set if high availability is configured on the cluster (v1.21+). + "isolated_workers": False, # Optional. Default value is False. A + boolean value indicating whether worker nodes in the cluster are not assigned + public IP addresses. When omitted on create, the default value is false. When + enabled, a NAT gateway must exist in the VPC where the cluster is created. "maintenance_policy": { "day": "str", # Optional. The day of the maintenance window policy. May be one of ``monday`` through ``sunday``"" , or ``any`` to diff --git a/src/pydo/operations/_operations.py b/src/pydo/operations/_operations.py index d77aab13..22f5417e 100644 --- a/src/pydo/operations/_operations.py +++ b/src/pydo/operations/_operations.py @@ -165835,6 +165835,11 @@ def list_clusters( "ipv4": "str", # Optional. The public IPv4 address of the Kubernetes master node. This will not be set if high availability is configured on the cluster (v1.21+). + "isolated_workers": False, # Optional. Default value is + False. A boolean value indicating whether worker nodes in the cluster are + not assigned public IP addresses. When omitted on create, the default + value is false. When enabled, a NAT gateway must exist in the VPC where + the cluster is created. "maintenance_policy": { "day": "str", # Optional. The day of the maintenance window policy. May be one of ``monday`` through ``sunday``"" , or @@ -166152,6 +166157,10 @@ def create_cluster( "ipv4": "str", # Optional. The public IPv4 address of the Kubernetes master node. This will not be set if high availability is configured on the cluster (v1.21+). + "isolated_workers": False, # Optional. Default value is False. A boolean + value indicating whether worker nodes in the cluster are not assigned public IP + addresses. When omitted on create, the default value is false. When enabled, a + NAT gateway must exist in the VPC where the cluster is created. "maintenance_policy": { "day": "str", # Optional. The day of the maintenance window policy. May be one of ``monday`` through ``sunday``"" , or ``any`` to indicate an @@ -166375,6 +166384,10 @@ def create_cluster( "ipv4": "str", # Optional. The public IPv4 address of the Kubernetes master node. This will not be set if high availability is configured on the cluster (v1.21+). + "isolated_workers": False, # Optional. Default value is False. A + boolean value indicating whether worker nodes in the cluster are not assigned + public IP addresses. When omitted on create, the default value is false. When + enabled, a NAT gateway must exist in the VPC where the cluster is created. "maintenance_policy": { "day": "str", # Optional. The day of the maintenance window policy. May be one of ``monday`` through ``sunday``"" , or ``any`` to @@ -166631,6 +166644,10 @@ def create_cluster( "ipv4": "str", # Optional. The public IPv4 address of the Kubernetes master node. This will not be set if high availability is configured on the cluster (v1.21+). + "isolated_workers": False, # Optional. Default value is False. A + boolean value indicating whether worker nodes in the cluster are not assigned + public IP addresses. When omitted on create, the default value is false. When + enabled, a NAT gateway must exist in the VPC where the cluster is created. "maintenance_policy": { "day": "str", # Optional. The day of the maintenance window policy. May be one of ``monday`` through ``sunday``"" , or ``any`` to @@ -166873,6 +166890,10 @@ def create_cluster(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "ipv4": "str", # Optional. The public IPv4 address of the Kubernetes master node. This will not be set if high availability is configured on the cluster (v1.21+). + "isolated_workers": False, # Optional. Default value is False. A boolean + value indicating whether worker nodes in the cluster are not assigned public IP + addresses. When omitted on create, the default value is false. When enabled, a + NAT gateway must exist in the VPC where the cluster is created. "maintenance_policy": { "day": "str", # Optional. The day of the maintenance window policy. May be one of ``monday`` through ``sunday``"" , or ``any`` to indicate an @@ -167096,6 +167117,10 @@ def create_cluster(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "ipv4": "str", # Optional. The public IPv4 address of the Kubernetes master node. This will not be set if high availability is configured on the cluster (v1.21+). + "isolated_workers": False, # Optional. Default value is False. A + boolean value indicating whether worker nodes in the cluster are not assigned + public IP addresses. When omitted on create, the default value is false. When + enabled, a NAT gateway must exist in the VPC where the cluster is created. "maintenance_policy": { "day": "str", # Optional. The day of the maintenance window policy. May be one of ``monday`` through ``sunday``"" , or ``any`` to @@ -167413,6 +167438,10 @@ def get_cluster(self, cluster_id: str, **kwargs: Any) -> JSON: "ipv4": "str", # Optional. The public IPv4 address of the Kubernetes master node. This will not be set if high availability is configured on the cluster (v1.21+). + "isolated_workers": False, # Optional. Default value is False. A + boolean value indicating whether worker nodes in the cluster are not assigned + public IP addresses. When omitted on create, the default value is false. When + enabled, a NAT gateway must exist in the VPC where the cluster is created. "maintenance_policy": { "day": "str", # Optional. The day of the maintenance window policy. May be one of ``monday`` through ``sunday``"" , or ``any`` to @@ -167859,6 +167888,10 @@ def update_cluster( "ipv4": "str", # Optional. The public IPv4 address of the Kubernetes master node. This will not be set if high availability is configured on the cluster (v1.21+). + "isolated_workers": False, # Optional. Default value is False. A + boolean value indicating whether worker nodes in the cluster are not assigned + public IP addresses. When omitted on create, the default value is false. When + enabled, a NAT gateway must exist in the VPC where the cluster is created. "maintenance_policy": { "day": "str", # Optional. The day of the maintenance window policy. May be one of ``monday`` through ``sunday``"" , or ``any`` to @@ -168127,6 +168160,10 @@ def update_cluster( "ipv4": "str", # Optional. The public IPv4 address of the Kubernetes master node. This will not be set if high availability is configured on the cluster (v1.21+). + "isolated_workers": False, # Optional. Default value is False. A + boolean value indicating whether worker nodes in the cluster are not assigned + public IP addresses. When omitted on create, the default value is false. When + enabled, a NAT gateway must exist in the VPC where the cluster is created. "maintenance_policy": { "day": "str", # Optional. The day of the maintenance window policy. May be one of ``monday`` through ``sunday``"" , or ``any`` to @@ -168488,6 +168525,10 @@ def update_cluster( "ipv4": "str", # Optional. The public IPv4 address of the Kubernetes master node. This will not be set if high availability is configured on the cluster (v1.21+). + "isolated_workers": False, # Optional. Default value is False. A + boolean value indicating whether worker nodes in the cluster are not assigned + public IP addresses. When omitted on create, the default value is false. When + enabled, a NAT gateway must exist in the VPC where the cluster is created. "maintenance_policy": { "day": "str", # Optional. The day of the maintenance window policy. May be one of ``monday`` through ``sunday``"" , or ``any`` to