Skip to content

Commit

Permalink
[bot] Updated client based on openapi-a0a7ddf/clientgen (#258)
Browse files Browse the repository at this point in the history
Co-authored-by: API Engineering <api-engineering@digitalocean.com>
  • Loading branch information
digitalocean-engineering and API Engineering authored Dec 7, 2023
1 parent 29c4f3f commit 27cf4dd
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 17 deletions.
2 changes: 1 addition & 1 deletion DO_OPENAPI_COMMIT_SHA.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cbd1bc6
a0a7ddf
20 changes: 12 additions & 8 deletions src/pydo/aio/operations/_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -51320,8 +51320,9 @@ async def get_logs_active_deployment(

* BUILD: Build-time logs
* DEPLOY: Deploy-time logs
* RUN: Live run-time logs. Known values are: "UNSPECIFIED", "BUILD", "DEPLOY", and "RUN".
Default value is "UNSPECIFIED".
* RUN: Live run-time logs
* RUN_RESTARTED: Logs of crashed/restarted instances during runtime. Known values are:
"UNSPECIFIED", "BUILD", "DEPLOY", "RUN", and "RUN_RESTARTED". Default value is "UNSPECIFIED".
:paramtype type: str
:keyword pod_connection_timeout: An optional time duration to wait if the underlying component
instance is not immediately available. Default: ``3m``. Default value is None.
Expand Down Expand Up @@ -58780,8 +58781,9 @@ async def get_logs(

* BUILD: Build-time logs
* DEPLOY: Deploy-time logs
* RUN: Live run-time logs. Known values are: "UNSPECIFIED", "BUILD", "DEPLOY", and "RUN".
Default value is "UNSPECIFIED".
* RUN: Live run-time logs
* RUN_RESTARTED: Logs of crashed/restarted instances during runtime. Known values are:
"UNSPECIFIED", "BUILD", "DEPLOY", "RUN", and "RUN_RESTARTED". Default value is "UNSPECIFIED".
:paramtype type: str
:keyword pod_connection_timeout: An optional time duration to wait if the underlying component
instance is not immediately available. Default: ``3m``. Default value is None.
Expand Down Expand Up @@ -58919,8 +58921,9 @@ async def get_logs_aggregate(

* BUILD: Build-time logs
* DEPLOY: Deploy-time logs
* RUN: Live run-time logs. Known values are: "UNSPECIFIED", "BUILD", "DEPLOY", and "RUN".
Default value is "UNSPECIFIED".
* RUN: Live run-time logs
* RUN_RESTARTED: Logs of crashed/restarted instances during runtime. Known values are:
"UNSPECIFIED", "BUILD", "DEPLOY", "RUN", and "RUN_RESTARTED". Default value is "UNSPECIFIED".
:paramtype type: str
:keyword pod_connection_timeout: An optional time duration to wait if the underlying component
instance is not immediately available. Default: ``3m``. Default value is None.
Expand Down Expand Up @@ -59055,8 +59058,9 @@ async def get_logs_active_deployment_aggregate(

* BUILD: Build-time logs
* DEPLOY: Deploy-time logs
* RUN: Live run-time logs. Known values are: "UNSPECIFIED", "BUILD", "DEPLOY", and "RUN".
Default value is "UNSPECIFIED".
* RUN: Live run-time logs
* RUN_RESTARTED: Logs of crashed/restarted instances during runtime. Known values are:
"UNSPECIFIED", "BUILD", "DEPLOY", "RUN", and "RUN_RESTARTED". Default value is "UNSPECIFIED".
:paramtype type: str
:keyword pod_connection_timeout: An optional time duration to wait if the underlying component
instance is not immediately available. Default: ``3m``. Default value is None.
Expand Down
20 changes: 12 additions & 8 deletions src/pydo/operations/_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -58259,8 +58259,9 @@ def get_logs_active_deployment(

* BUILD: Build-time logs
* DEPLOY: Deploy-time logs
* RUN: Live run-time logs. Known values are: "UNSPECIFIED", "BUILD", "DEPLOY", and "RUN".
Default value is "UNSPECIFIED".
* RUN: Live run-time logs
* RUN_RESTARTED: Logs of crashed/restarted instances during runtime. Known values are:
"UNSPECIFIED", "BUILD", "DEPLOY", "RUN", and "RUN_RESTARTED". Default value is "UNSPECIFIED".
:paramtype type: str
:keyword pod_connection_timeout: An optional time duration to wait if the underlying component
instance is not immediately available. Default: ``3m``. Default value is None.
Expand Down Expand Up @@ -65715,8 +65716,9 @@ def get_logs(

* BUILD: Build-time logs
* DEPLOY: Deploy-time logs
* RUN: Live run-time logs. Known values are: "UNSPECIFIED", "BUILD", "DEPLOY", and "RUN".
Default value is "UNSPECIFIED".
* RUN: Live run-time logs
* RUN_RESTARTED: Logs of crashed/restarted instances during runtime. Known values are:
"UNSPECIFIED", "BUILD", "DEPLOY", "RUN", and "RUN_RESTARTED". Default value is "UNSPECIFIED".
:paramtype type: str
:keyword pod_connection_timeout: An optional time duration to wait if the underlying component
instance is not immediately available. Default: ``3m``. Default value is None.
Expand Down Expand Up @@ -65854,8 +65856,9 @@ def get_logs_aggregate(

* BUILD: Build-time logs
* DEPLOY: Deploy-time logs
* RUN: Live run-time logs. Known values are: "UNSPECIFIED", "BUILD", "DEPLOY", and "RUN".
Default value is "UNSPECIFIED".
* RUN: Live run-time logs
* RUN_RESTARTED: Logs of crashed/restarted instances during runtime. Known values are:
"UNSPECIFIED", "BUILD", "DEPLOY", "RUN", and "RUN_RESTARTED". Default value is "UNSPECIFIED".
:paramtype type: str
:keyword pod_connection_timeout: An optional time duration to wait if the underlying component
instance is not immediately available. Default: ``3m``. Default value is None.
Expand Down Expand Up @@ -65990,8 +65993,9 @@ def get_logs_active_deployment_aggregate(

* BUILD: Build-time logs
* DEPLOY: Deploy-time logs
* RUN: Live run-time logs. Known values are: "UNSPECIFIED", "BUILD", "DEPLOY", and "RUN".
Default value is "UNSPECIFIED".
* RUN: Live run-time logs
* RUN_RESTARTED: Logs of crashed/restarted instances during runtime. Known values are:
"UNSPECIFIED", "BUILD", "DEPLOY", "RUN", and "RUN_RESTARTED". Default value is "UNSPECIFIED".
:paramtype type: str
:keyword pod_connection_timeout: An optional time duration to wait if the underlying component
instance is not immediately available. Default: ``3m``. Default value is None.
Expand Down

0 comments on commit 27cf4dd

Please sign in to comment.