Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DO_OPENAPI_COMMIT_SHA.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
87e82da
7c1300c
81 changes: 59 additions & 22 deletions src/pydo/aio/operations/_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -133801,9 +133801,9 @@ class of Droplets created from this size. For example: Basic, General
The unit of measure for the disk size.
},
"type": "str" # Optional. The type
of disk. All Droplets contain a ``local`` or ``remote`` disk.
of disk. All Droplets contain a ``local`` or ``boot`` disk.
Additionally, GPU Droplets can also have a ``scratch`` disk
for non-persistent data. Known values are: "local", "remote",
for non-persistent data. Known values are: "local", "boot",
and "scratch".
}
],
Expand Down Expand Up @@ -133849,10 +133849,9 @@ class of Droplets created from this size. For example: Basic, General
of measure for the disk size.
},
"type": "str" # Optional. The type of disk.
All Droplets contain a ``local`` or ``remote`` disk.
Additionally, GPU Droplets can also have a ``scratch`` disk for
non-persistent data. Known values are: "local", "remote", and
"scratch".
All Droplets contain a ``local`` or ``boot`` disk. Additionally,
GPU Droplets can also have a ``scratch`` disk for non-persistent
data. Known values are: "local", "boot", and "scratch".
}
],
"gpu_info": {
Expand Down Expand Up @@ -134476,10 +134475,9 @@ async def get(self, droplet_id: int, **kwargs: Any) -> JSON:
of measure for the disk size.
},
"type": "str" # Optional. The type of disk.
All Droplets contain a ``local`` or ``remote`` disk.
Additionally, GPU Droplets can also have a ``scratch`` disk for
non-persistent data. Known values are: "local", "remote", and
"scratch".
All Droplets contain a ``local`` or ``boot`` disk. Additionally,
GPU Droplets can also have a ``scratch`` disk for non-persistent
data. Known values are: "local", "boot", and "scratch".
}
],
"gpu_info": {
Expand Down Expand Up @@ -134522,9 +134520,9 @@ async def get(self, droplet_id: int, **kwargs: Any) -> JSON:
measure for the disk size.
},
"type": "str" # Optional. The type of disk. All
Droplets contain a ``local`` or ``remote`` disk. Additionally, GPU
Droplets contain a ``local`` or ``boot`` disk. Additionally, GPU
Droplets can also have a ``scratch`` disk for non-persistent data.
Known values are: "local", "remote", and "scratch".
Known values are: "local", "boot", and "scratch".
}
],
"gpu_info": {
Expand Down Expand Up @@ -136050,9 +136048,9 @@ class of Droplets created from this size. For example: Basic, General
The unit of measure for the disk size.
},
"type": "str" # Optional. The type
of disk. All Droplets contain a ``local`` or ``remote`` disk.
of disk. All Droplets contain a ``local`` or ``boot`` disk.
Additionally, GPU Droplets can also have a ``scratch`` disk
for non-persistent data. Known values are: "local", "remote",
for non-persistent data. Known values are: "local", "boot",
and "scratch".
}
],
Expand Down Expand Up @@ -136098,10 +136096,9 @@ class of Droplets created from this size. For example: Basic, General
of measure for the disk size.
},
"type": "str" # Optional. The type of disk.
All Droplets contain a ``local`` or ``remote`` disk.
Additionally, GPU Droplets can also have a ``scratch`` disk for
non-persistent data. Known values are: "local", "remote", and
"scratch".
All Droplets contain a ``local`` or ``boot`` disk. Additionally,
GPU Droplets can also have a ``scratch`` disk for non-persistent
data. Known values are: "local", "boot", and "scratch".
}
],
"gpu_info": {
Expand Down Expand Up @@ -150254,6 +150251,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
Expand Down Expand Up @@ -150571,6 +150573,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
Expand Down Expand Up @@ -150794,6 +150800,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
Expand Down Expand Up @@ -151050,6 +151060,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
Expand Down Expand Up @@ -151292,6 +151306,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
Expand Down Expand Up @@ -151515,6 +151533,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
Expand Down Expand Up @@ -151832,6 +151854,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
Expand Down Expand Up @@ -152278,6 +152304,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
Expand Down Expand Up @@ -152546,6 +152576,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
Expand Down Expand Up @@ -152907,6 +152941,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
Expand Down Expand Up @@ -191759,10 +191797,9 @@ async def list(self, *, per_page: int = 20, page: int = 1, **kwargs: Any) -> JSO
of measure for the disk size.
},
"type": "str" # Optional. The type of disk.
All Droplets contain a ``local`` or ``remote`` disk.
Additionally, GPU Droplets can also have a ``scratch`` disk for
non-persistent data. Known values are: "local", "remote", and
"scratch".
All Droplets contain a ``local`` or ``boot`` disk. Additionally,
GPU Droplets can also have a ``scratch`` disk for non-persistent
data. Known values are: "local", "boot", and "scratch".
}
],
"gpu_info": {
Expand Down
Loading
Loading