Skip to content

Commit

Permalink
[bot] Updated client based on openapi-5285969/clientgen (#415)
Browse files Browse the repository at this point in the history
Co-authored-by: API Engineering <[email protected]>
  • Loading branch information
digitalocean-engineering and API Engineering authored Feb 24, 2025
1 parent ad70ed4 commit d6ce32d
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 25 deletions.
2 changes: 1 addition & 1 deletion DO_OPENAPI_COMMIT_SHA.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8495f9e
5285969
72 changes: 60 additions & 12 deletions src/pydo/aio/operations/_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -127664,7 +127664,7 @@ async def list_clusters(
"str" # Optional. An array of public
addresses (IPv4 or CIDR) allowed to access the control plane.
],
"enable": bool # Optional. Indicates whether the
"enabled": bool # Optional. Indicates whether the
control plane firewall is enabled.
},
"created_at": "2020-02-20 00:00:00", # Optional. A time
Expand Down Expand Up @@ -127695,6 +127695,10 @@ async def list_clusters(
},
"registry_enabled": bool, # Optional. A read-only boolean
value indicating if a container registry is integrated with the cluster.
"routing_agent": {
"enabled": bool # Optional. Indicates whether the
routing-agent component is enabled.
},
"service_subnet": "str", # Optional. The range of assignable
IP addresses for services running in the Kubernetes cluster in CIDR
notation.
Expand Down Expand Up @@ -127915,7 +127919,7 @@ async def create_cluster(
"str" # Optional. An array of public addresses (IPv4 or
CIDR) allowed to access the control plane.
],
"enable": bool # Optional. Indicates whether the control plane
"enabled": bool # Optional. Indicates whether the control plane
firewall is enabled.
},
"created_at": "2020-02-20 00:00:00", # Optional. A time value given in
Expand Down Expand Up @@ -127945,6 +127949,10 @@ async def create_cluster(
},
"registry_enabled": bool, # Optional. A read-only boolean value indicating
if a container registry is integrated with the cluster.
"routing_agent": {
"enabled": bool # Optional. Indicates whether the routing-agent
component is enabled.
},
"service_subnet": "str", # Optional. The range of assignable IP addresses
for services running in the Kubernetes cluster in CIDR notation.
"status": {
Expand Down Expand Up @@ -128074,7 +128082,7 @@ async def create_cluster(
"str" # Optional. An array of public addresses (IPv4
or CIDR) allowed to access the control plane.
],
"enable": bool # Optional. Indicates whether the control
"enabled": bool # Optional. Indicates whether the control
plane firewall is enabled.
},
"created_at": "2020-02-20 00:00:00", # Optional. A time value given
Expand Down Expand Up @@ -128104,6 +128112,10 @@ async def create_cluster(
},
"registry_enabled": bool, # Optional. A read-only boolean value
indicating if a container registry is integrated with the cluster.
"routing_agent": {
"enabled": bool # Optional. Indicates whether the
routing-agent component is enabled.
},
"service_subnet": "str", # Optional. The range of assignable IP
addresses for services running in the Kubernetes cluster in CIDR notation.
"status": {
Expand Down Expand Up @@ -128264,7 +128276,7 @@ async def create_cluster(
"str" # Optional. An array of public addresses (IPv4
or CIDR) allowed to access the control plane.
],
"enable": bool # Optional. Indicates whether the control
"enabled": bool # Optional. Indicates whether the control
plane firewall is enabled.
},
"created_at": "2020-02-20 00:00:00", # Optional. A time value given
Expand Down Expand Up @@ -128294,6 +128306,10 @@ async def create_cluster(
},
"registry_enabled": bool, # Optional. A read-only boolean value
indicating if a container registry is integrated with the cluster.
"routing_agent": {
"enabled": bool # Optional. Indicates whether the
routing-agent component is enabled.
},
"service_subnet": "str", # Optional. The range of assignable IP
addresses for services running in the Kubernetes cluster in CIDR notation.
"status": {
Expand Down Expand Up @@ -128442,7 +128458,7 @@ async def create_cluster(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> J
"str" # Optional. An array of public addresses (IPv4 or
CIDR) allowed to access the control plane.
],
"enable": bool # Optional. Indicates whether the control plane
"enabled": bool # Optional. Indicates whether the control plane
firewall is enabled.
},
"created_at": "2020-02-20 00:00:00", # Optional. A time value given in
Expand Down Expand Up @@ -128472,6 +128488,10 @@ async def create_cluster(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> J
},
"registry_enabled": bool, # Optional. A read-only boolean value indicating
if a container registry is integrated with the cluster.
"routing_agent": {
"enabled": bool # Optional. Indicates whether the routing-agent
component is enabled.
},
"service_subnet": "str", # Optional. The range of assignable IP addresses
for services running in the Kubernetes cluster in CIDR notation.
"status": {
Expand Down Expand Up @@ -128601,7 +128621,7 @@ async def create_cluster(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> J
"str" # Optional. An array of public addresses (IPv4
or CIDR) allowed to access the control plane.
],
"enable": bool # Optional. Indicates whether the control
"enabled": bool # Optional. Indicates whether the control
plane firewall is enabled.
},
"created_at": "2020-02-20 00:00:00", # Optional. A time value given
Expand Down Expand Up @@ -128631,6 +128651,10 @@ async def create_cluster(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> J
},
"registry_enabled": bool, # Optional. A read-only boolean value
indicating if a container registry is integrated with the cluster.
"routing_agent": {
"enabled": bool # Optional. Indicates whether the
routing-agent component is enabled.
},
"service_subnet": "str", # Optional. The range of assignable IP
addresses for services running in the Kubernetes cluster in CIDR notation.
"status": {
Expand Down Expand Up @@ -128852,7 +128876,7 @@ async def get_cluster(self, cluster_id: str, **kwargs: Any) -> JSON:
"str" # Optional. An array of public addresses (IPv4
or CIDR) allowed to access the control plane.
],
"enable": bool # Optional. Indicates whether the control
"enabled": bool # Optional. Indicates whether the control
plane firewall is enabled.
},
"created_at": "2020-02-20 00:00:00", # Optional. A time value given
Expand Down Expand Up @@ -128882,6 +128906,10 @@ async def get_cluster(self, cluster_id: str, **kwargs: Any) -> JSON:
},
"registry_enabled": bool, # Optional. A read-only boolean value
indicating if a container registry is integrated with the cluster.
"routing_agent": {
"enabled": bool # Optional. Indicates whether the
routing-agent component is enabled.
},
"service_subnet": "str", # Optional. The range of assignable IP
addresses for services running in the Kubernetes cluster in CIDR notation.
"status": {
Expand Down Expand Up @@ -129045,7 +129073,7 @@ async def update_cluster(
"str" # Optional. An array of public addresses (IPv4 or
CIDR) allowed to access the control plane.
],
"enable": bool # Optional. Indicates whether the control plane
"enabled": bool # Optional. Indicates whether the control plane
firewall is enabled.
},
"ha": False, # Optional. Default value is False. A boolean value indicating
Expand All @@ -129063,6 +129091,10 @@ async def update_cluster(
maintenance window policy in 24-hour clock format / HH:MM notation (e.g.,
``15:00``"" ).
},
"routing_agent": {
"enabled": bool # Optional. Indicates whether the routing-agent
component is enabled.
},
"surge_upgrade": False, # Optional. Default value is False. A boolean value
indicating whether surge upgrade is enabled/disabled for the cluster. Surge
upgrade makes cluster upgrades fast and reliable by bringing up new nodes before
Expand Down Expand Up @@ -129178,7 +129210,7 @@ async def update_cluster(
"str" # Optional. An array of public addresses (IPv4
or CIDR) allowed to access the control plane.
],
"enable": bool # Optional. Indicates whether the control
"enabled": bool # Optional. Indicates whether the control
plane firewall is enabled.
},
"created_at": "2020-02-20 00:00:00", # Optional. A time value given
Expand Down Expand Up @@ -129208,6 +129240,10 @@ async def update_cluster(
},
"registry_enabled": bool, # Optional. A read-only boolean value
indicating if a container registry is integrated with the cluster.
"routing_agent": {
"enabled": bool # Optional. Indicates whether the
routing-agent component is enabled.
},
"service_subnet": "str", # Optional. The range of assignable IP
addresses for services running in the Kubernetes cluster in CIDR notation.
"status": {
Expand Down Expand Up @@ -129380,7 +129416,7 @@ async def update_cluster(
"str" # Optional. An array of public addresses (IPv4
or CIDR) allowed to access the control plane.
],
"enable": bool # Optional. Indicates whether the control
"enabled": bool # Optional. Indicates whether the control
plane firewall is enabled.
},
"created_at": "2020-02-20 00:00:00", # Optional. A time value given
Expand Down Expand Up @@ -129410,6 +129446,10 @@ async def update_cluster(
},
"registry_enabled": bool, # Optional. A read-only boolean value
indicating if a container registry is integrated with the cluster.
"routing_agent": {
"enabled": bool # Optional. Indicates whether the
routing-agent component is enabled.
},
"service_subnet": "str", # Optional. The range of assignable IP
addresses for services running in the Kubernetes cluster in CIDR notation.
"status": {
Expand Down Expand Up @@ -129488,7 +129528,7 @@ async def update_cluster(
"str" # Optional. An array of public addresses (IPv4 or
CIDR) allowed to access the control plane.
],
"enable": bool # Optional. Indicates whether the control plane
"enabled": bool # Optional. Indicates whether the control plane
firewall is enabled.
},
"ha": False, # Optional. Default value is False. A boolean value indicating
Expand All @@ -129506,6 +129546,10 @@ async def update_cluster(
maintenance window policy in 24-hour clock format / HH:MM notation (e.g.,
``15:00``"" ).
},
"routing_agent": {
"enabled": bool # Optional. Indicates whether the routing-agent
component is enabled.
},
"surge_upgrade": False, # Optional. Default value is False. A boolean value
indicating whether surge upgrade is enabled/disabled for the cluster. Surge
upgrade makes cluster upgrades fast and reliable by bringing up new nodes before
Expand Down Expand Up @@ -129621,7 +129665,7 @@ async def update_cluster(
"str" # Optional. An array of public addresses (IPv4
or CIDR) allowed to access the control plane.
],
"enable": bool # Optional. Indicates whether the control
"enabled": bool # Optional. Indicates whether the control
plane firewall is enabled.
},
"created_at": "2020-02-20 00:00:00", # Optional. A time value given
Expand Down Expand Up @@ -129651,6 +129695,10 @@ async def update_cluster(
},
"registry_enabled": bool, # Optional. A read-only boolean value
indicating if a container registry is integrated with the cluster.
"routing_agent": {
"enabled": bool # Optional. Indicates whether the
routing-agent component is enabled.
},
"service_subnet": "str", # Optional. The range of assignable IP
addresses for services running in the Kubernetes cluster in CIDR notation.
"status": {
Expand Down
Loading

0 comments on commit d6ce32d

Please sign in to comment.