Skip to content

Commit 78707dc

Browse files
Generate ske
1 parent 49a8aca commit 78707dc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

services/ske/oas_commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d2755fb2bda0e2105f920af64d7176d184b2bcb7
1+
1263a9afb858b298114a401047da9f75db992928

services/ske/src/stackit/ske/api/default_api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ def create_kubeconfig(
335335
) -> Kubeconfig:
336336
"""Create an admin kubeconfig
337337
338-
Create a new admin kubeconfig for the cluster. You can specify the expiration (in seconds) in the request body. Its value must be in the range from 600 (10 min) to 15552000 (6 months). Defaults to 3600.
338+
Create a new admin kubeconfig for the cluster. You can specify the expiration (in seconds) in the request body. Its value must be in the range from 600 (10 min) to 15552000 (6 months). Defaults to 3600. This endpoint is rate limited to 1 request per second.
339339
340340
:param project_id: (required)
341341
:type project_id: str
@@ -410,7 +410,7 @@ def create_kubeconfig_with_http_info(
410410
) -> ApiResponse[Kubeconfig]:
411411
"""Create an admin kubeconfig
412412
413-
Create a new admin kubeconfig for the cluster. You can specify the expiration (in seconds) in the request body. Its value must be in the range from 600 (10 min) to 15552000 (6 months). Defaults to 3600.
413+
Create a new admin kubeconfig for the cluster. You can specify the expiration (in seconds) in the request body. Its value must be in the range from 600 (10 min) to 15552000 (6 months). Defaults to 3600. This endpoint is rate limited to 1 request per second.
414414
415415
:param project_id: (required)
416416
:type project_id: str
@@ -485,7 +485,7 @@ def create_kubeconfig_without_preload_content(
485485
) -> RESTResponseType:
486486
"""Create an admin kubeconfig
487487
488-
Create a new admin kubeconfig for the cluster. You can specify the expiration (in seconds) in the request body. Its value must be in the range from 600 (10 min) to 15552000 (6 months). Defaults to 3600.
488+
Create a new admin kubeconfig for the cluster. You can specify the expiration (in seconds) in the request body. Its value must be in the range from 600 (10 min) to 15552000 (6 months). Defaults to 3600. This endpoint is rate limited to 1 request per second.
489489
490490
:param project_id: (required)
491491
:type project_id: str

0 commit comments

Comments
 (0)