From 9c6ffda64c2213e69da32327ff4f30505ce842d6 Mon Sep 17 00:00:00 2001 From: SDK Generator Bot Date: Fri, 12 Jun 2026 09:15:40 +0000 Subject: [PATCH] Generate ske --- services/ske/oas_commit | 2 +- services/ske/src/stackit/ske/api/default_api.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/services/ske/oas_commit b/services/ske/oas_commit index 6ba71f50d..50600a0b0 100644 --- a/services/ske/oas_commit +++ b/services/ske/oas_commit @@ -1 +1 @@ -d2755fb2bda0e2105f920af64d7176d184b2bcb7 +5437d8e5e9f3259c0ad0ab327b6931f72fe82187 diff --git a/services/ske/src/stackit/ske/api/default_api.py b/services/ske/src/stackit/ske/api/default_api.py index bc98e7451..08195cd74 100644 --- a/services/ske/src/stackit/ske/api/default_api.py +++ b/services/ske/src/stackit/ske/api/default_api.py @@ -335,7 +335,7 @@ def create_kubeconfig( ) -> Kubeconfig: """Create an admin kubeconfig - 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. + 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. :param project_id: (required) :type project_id: str @@ -410,7 +410,7 @@ def create_kubeconfig_with_http_info( ) -> ApiResponse[Kubeconfig]: """Create an admin kubeconfig - 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. + 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. :param project_id: (required) :type project_id: str @@ -485,7 +485,7 @@ def create_kubeconfig_without_preload_content( ) -> RESTResponseType: """Create an admin kubeconfig - 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. + 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. :param project_id: (required) :type project_id: str