Skip to content

Commit

Permalink
[bot] Updated client based on openapi-6f7c147/clientgen (#202)
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 Sep 26, 2023
1 parent 693af8c commit 010b228
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DO_OPENAPI_COMMIT_SHA.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
555f840
6f7c147
2 changes: 1 addition & 1 deletion src/pydo/aio/operations/_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -91992,7 +91992,7 @@ async def get_credentials(

Clusters supporting token-based authentication may define an expiration by
passing a duration in seconds as a query parameter to
``/v2/kubernetes/clusters/$K8S_CLUSTER_ID/kubeconfig?expiry_seconds=$DURATION_IN_SECONDS``.
``/v2/kubernetes/clusters/$K8S_CLUSTER_ID/credentials?expiry_seconds=$DURATION_IN_SECONDS``.
If not set or 0, then the token will have a 7 day expiry. The query parameter
has no impact in certificate-based authentication.

Expand Down
2 changes: 1 addition & 1 deletion src/pydo/operations/_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -98628,7 +98628,7 @@ def get_credentials(

Clusters supporting token-based authentication may define an expiration by
passing a duration in seconds as a query parameter to
``/v2/kubernetes/clusters/$K8S_CLUSTER_ID/kubeconfig?expiry_seconds=$DURATION_IN_SECONDS``.
``/v2/kubernetes/clusters/$K8S_CLUSTER_ID/credentials?expiry_seconds=$DURATION_IN_SECONDS``.
If not set or 0, then the token will have a 7 day expiry. The query parameter
has no impact in certificate-based authentication.

Expand Down

0 comments on commit 010b228

Please sign in to comment.