Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bot] extend kubernetes cluster model with routing_agent flag: Re-Generated From digitalocean/openapi@5285969 #415

Merged
merged 1 commit into from
Feb 24, 2025
Merged
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 @@
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