Skip to content

Commit

Permalink
[bot] Updated client based on openapi-e557785/clientgen
Browse files Browse the repository at this point in the history
  • Loading branch information
API Engineering committed Oct 3, 2024
1 parent 037fd96 commit 26331c7
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 59 deletions.
2 changes: 1 addition & 1 deletion DO_OPENAPI_COMMIT_SHA.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2841ebe
e557785
52 changes: 23 additions & 29 deletions src/pydo/aio/operations/_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -93763,8 +93763,8 @@ async def update_firewall_rules(
specific Droplets, Kubernetes clusters, or IP addresses. When a tag is provided, any Droplet or
Kubernetes node with that tag applied to it will have access. The firewall is limited to 100
rules (or trusted sources). When possible, we recommend `placing your databases into a VPC
network <https://www.digitalocean.com/docs/networking/vpc/>`_ to limit access to them instead
of using a firewall.
network <https://docs.digitalocean.com/products/networking/vpc/>`_ to limit access to them
instead of using a firewall.
A successful.

:param database_cluster_uuid: A unique identifier for a database cluster. Required.
Expand Down Expand Up @@ -93833,8 +93833,8 @@ async def update_firewall_rules(
specific Droplets, Kubernetes clusters, or IP addresses. When a tag is provided, any Droplet or
Kubernetes node with that tag applied to it will have access. The firewall is limited to 100
rules (or trusted sources). When possible, we recommend `placing your databases into a VPC
network <https://www.digitalocean.com/docs/networking/vpc/>`_ to limit access to them instead
of using a firewall.
network <https://docs.digitalocean.com/products/networking/vpc/>`_ to limit access to them
instead of using a firewall.
A successful.

:param database_cluster_uuid: A unique identifier for a database cluster. Required.
Expand Down Expand Up @@ -93877,8 +93877,8 @@ async def update_firewall_rules(
specific Droplets, Kubernetes clusters, or IP addresses. When a tag is provided, any Droplet or
Kubernetes node with that tag applied to it will have access. The firewall is limited to 100
rules (or trusted sources). When possible, we recommend `placing your databases into a VPC
network <https://www.digitalocean.com/docs/networking/vpc/>`_ to limit access to them instead
of using a firewall.
network <https://docs.digitalocean.com/products/networking/vpc/>`_ to limit access to them
instead of using a firewall.
A successful.

:param database_cluster_uuid: A unique identifier for a database cluster. Required.
Expand Down Expand Up @@ -98543,7 +98543,7 @@ async def add_connection_pool(
For PostgreSQL database clusters, connection pools can be used to allow a
database to share its idle connections. The popular PostgreSQL connection
pooling utility PgBouncer is used to provide this service. `See here for more information
<https://www.digitalocean.com/docs/databases/postgresql/how-to/manage-connection-pools/>`_
<https://docs.digitalocean.com/products/databases/postgresql/how-to/manage-connection-pools/>`_
about how and why to use PgBouncer connection pooling including
details about the available transaction modes.

Expand Down Expand Up @@ -98756,7 +98756,7 @@ async def add_connection_pool(
For PostgreSQL database clusters, connection pools can be used to allow a
database to share its idle connections. The popular PostgreSQL connection
pooling utility PgBouncer is used to provide this service. `See here for more information
<https://www.digitalocean.com/docs/databases/postgresql/how-to/manage-connection-pools/>`_
<https://docs.digitalocean.com/products/databases/postgresql/how-to/manage-connection-pools/>`_
about how and why to use PgBouncer connection pooling including
details about the available transaction modes.

Expand Down Expand Up @@ -98887,7 +98887,7 @@ async def add_connection_pool(
For PostgreSQL database clusters, connection pools can be used to allow a
database to share its idle connections. The popular PostgreSQL connection
pooling utility PgBouncer is used to provide this service. `See here for more information
<https://www.digitalocean.com/docs/databases/postgresql/how-to/manage-connection-pools/>`_
<https://docs.digitalocean.com/products/databases/postgresql/how-to/manage-connection-pools/>`_
about how and why to use PgBouncer connection pooling including
details about the available transaction modes.

Expand Down Expand Up @@ -118887,7 +118887,7 @@ async def create_cluster(
The request may contain a maintenance window policy describing a time period
when disruptive maintenance tasks may be carried out. Omitting the policy
implies that a window will be chosen automatically. See
`here <https://www.digitalocean.com/docs/kubernetes/how-to/upgrade-cluster/>`_
`here <https://docs.digitalocean.com/products/kubernetes/how-to/upgrade-cluster/>`_
for details.

:param body: Required.
Expand Down Expand Up @@ -119215,7 +119215,7 @@ async def create_cluster(
The request may contain a maintenance window policy describing a time period
when disruptive maintenance tasks may be carried out. Omitting the policy
implies that a window will be chosen automatically. See
`here <https://www.digitalocean.com/docs/kubernetes/how-to/upgrade-cluster/>`_
`here <https://docs.digitalocean.com/products/kubernetes/how-to/upgrade-cluster/>`_
for details.

:param body: Required.
Expand Down Expand Up @@ -119396,7 +119396,7 @@ async def create_cluster(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> J
The request may contain a maintenance window policy describing a time period
when disruptive maintenance tasks may be carried out. Omitting the policy
implies that a window will be chosen automatically. See
`here <https://www.digitalocean.com/docs/kubernetes/how-to/upgrade-cluster/>`_
`here <https://docs.digitalocean.com/products/kubernetes/how-to/upgrade-cluster/>`_
for details.

:param body: Is either a JSON type or a IO[bytes] type. Required.
Expand Down Expand Up @@ -121413,8 +121413,8 @@ async def get_kubeconfig(
The resulting kubeconfig file uses token-based authentication for clusters
supporting it, and certificate-based authentication otherwise. For a list of
supported versions and more information, see "\\ `How to Connect to a DigitalOcean
Kubernetes Cluster with kubectl
<https://www.digitalocean.com/docs/kubernetes/how-to/connect-with-kubectl/>`_\\ ".
Kubernetes Cluster
<https://docs.digitalocean.com/products/kubernetes/how-to/connect-to-cluster/>`_\\ ".

To retrieve a kubeconfig file for use with a Kubernetes cluster, send a GET
request to ``/v2/kubernetes/clusters/$K8S_CLUSTER_ID/kubeconfig``.
Expand Down Expand Up @@ -121537,8 +121537,8 @@ async def get_credentials(
The resulting JSON object contains token-based authentication for clusters
supporting it, and certificate-based authentication otherwise. For a list of
supported versions and more information, see "\\ `How to Connect to a DigitalOcean
Kubernetes Cluster with kubectl
<https://www.digitalocean.com/docs/kubernetes/how-to/connect-with-kubectl/>`_\\ ".
Kubernetes Cluster
<https://docs.digitalocean.com/products/kubernetes/how-to/connect-to-cluster/>`_\\ ".

To retrieve credentials for accessing a Kubernetes cluster, send a GET
request to ``/v2/kubernetes/clusters/$K8S_CLUSTER_ID/credentials``.
Expand Down Expand Up @@ -139704,7 +139704,7 @@ async def run_garbage_collection(self, registry_name: str, **kwargs: Any) -> JSO
there are no unreferenced blobs resulting from the deletion of one or more
manifests, garbage collection is effectively a noop.
`See here for more information
<https://www.digitalocean.com/docs/container-registry/how-to/clean-up-container-registry/>`_
<https://docs.digitalocean.com/products/container-registry/how-to/clean-up-container-registry/>`_
about how and why you should clean up your container registry periodically.

To request a garbage collection run on your registry, send a POST request to
Expand Down Expand Up @@ -144908,8 +144908,7 @@ async def post(
volumes may be attached to a Droplet at a time. Pre-formatted volumes will be
automatically mounted to Ubuntu, Debian, Fedora, Fedora Atomic, and CentOS
Droplets created on or after April 26, 2018 when attached. On older Droplets,
`additional configuration
<https://www.digitalocean.com/community/tutorials/how-to-partition-and-format-digitalocean-block-storage-volumes-in-linux#mounting-the-filesystems>`_
`additional configuration <https://docs.digitalocean.com/products/volumes/how-to/mount/>`_
is required.

Remove a Block Storage Volume from a Droplet
Expand Down Expand Up @@ -145037,8 +145036,7 @@ async def post(
volumes may be attached to a Droplet at a time. Pre-formatted volumes will be
automatically mounted to Ubuntu, Debian, Fedora, Fedora Atomic, and CentOS
Droplets created on or after April 26, 2018 when attached. On older Droplets,
`additional configuration
<https://www.digitalocean.com/community/tutorials/how-to-partition-and-format-digitalocean-block-storage-volumes-in-linux#mounting-the-filesystems>`_
`additional configuration <https://docs.digitalocean.com/products/volumes/how-to/mount/>`_
is required.

Remove a Block Storage Volume from a Droplet
Expand Down Expand Up @@ -145162,8 +145160,7 @@ async def post(
volumes may be attached to a Droplet at a time. Pre-formatted volumes will be
automatically mounted to Ubuntu, Debian, Fedora, Fedora Atomic, and CentOS
Droplets created on or after April 26, 2018 when attached. On older Droplets,
`additional configuration
<https://www.digitalocean.com/community/tutorials/how-to-partition-and-format-digitalocean-block-storage-volumes-in-linux#mounting-the-filesystems>`_
`additional configuration <https://docs.digitalocean.com/products/volumes/how-to/mount/>`_
is required.

Remove a Block Storage Volume from a Droplet
Expand Down Expand Up @@ -145541,8 +145538,7 @@ async def post_by_id(
volumes may be attached to a Droplet at a time. Pre-formatted volumes will be
automatically mounted to Ubuntu, Debian, Fedora, Fedora Atomic, and CentOS
Droplets created on or after April 26, 2018 when attached. On older Droplets,
`additional configuration
<https://www.digitalocean.com/community/tutorials/how-to-partition-and-format-digitalocean-block-storage-volumes-in-linux#mounting-the-filesystems>`_
`additional configuration <https://docs.digitalocean.com/products/volumes/how-to/mount/>`_
is required.

Remove a Block Storage Volume from a Droplet
Expand Down Expand Up @@ -145688,8 +145684,7 @@ async def post_by_id(
volumes may be attached to a Droplet at a time. Pre-formatted volumes will be
automatically mounted to Ubuntu, Debian, Fedora, Fedora Atomic, and CentOS
Droplets created on or after April 26, 2018 when attached. On older Droplets,
`additional configuration
<https://www.digitalocean.com/community/tutorials/how-to-partition-and-format-digitalocean-block-storage-volumes-in-linux#mounting-the-filesystems>`_
`additional configuration <https://docs.digitalocean.com/products/volumes/how-to/mount/>`_
is required.

Remove a Block Storage Volume from a Droplet
Expand Down Expand Up @@ -145831,8 +145826,7 @@ async def post_by_id(
volumes may be attached to a Droplet at a time. Pre-formatted volumes will be
automatically mounted to Ubuntu, Debian, Fedora, Fedora Atomic, and CentOS
Droplets created on or after April 26, 2018 when attached. On older Droplets,
`additional configuration
<https://www.digitalocean.com/community/tutorials/how-to-partition-and-format-digitalocean-block-storage-volumes-in-linux#mounting-the-filesystems>`_
`additional configuration <https://docs.digitalocean.com/products/volumes/how-to/mount/>`_
is required.

Remove a Block Storage Volume from a Droplet
Expand Down
Loading

0 comments on commit 26331c7

Please sign in to comment.