diff --git a/services/ske/api_default.go b/services/ske/api_default.go index b11c1527b..1386a4ab3 100644 --- a/services/ske/api_default.go +++ b/services/ske/api_default.go @@ -53,7 +53,7 @@ type DefaultApi interface { CompleteCredentialsRotationExecute(ctx context.Context, projectId string, region string, clusterName string) (map[string]interface{}, error) /* CreateKubeconfig 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 ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId 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/v2api/api_default.go b/services/ske/v2api/api_default.go index a86b47e70..5d021b393 100644 --- a/services/ske/v2api/api_default.go +++ b/services/ske/v2api/api_default.go @@ -43,7 +43,7 @@ type DefaultAPI interface { /* CreateKubeconfig 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 ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId @@ -438,7 +438,7 @@ func (r ApiCreateKubeconfigRequest) Execute() (*Kubeconfig, error) { /* CreateKubeconfig 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 ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId