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..43650201f 100644 --- a/services/ske/oas_commit +++ b/services/ske/oas_commit @@ -1 +1 @@ -d2755fb2bda0e2105f920af64d7176d184b2bcb7 +4bd25bda4419f2f3209df549faf293bcf5f4e687 diff --git a/services/ske/v1api/api_default.go b/services/ske/v1api/api_default.go index cfacdd905..fbbd2bcb9 100644 --- a/services/ske/v1api/api_default.go +++ b/services/ske/v1api/api_default.go @@ -42,7 +42,7 @@ type DefaultAPI interface { /* CreateKubeconfig Create a kubeconfig - Create a new 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). + Create a new 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). 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 @@ -403,7 +403,7 @@ func (r ApiCreateKubeconfigRequest) Execute() (*Kubeconfig, error) { /* CreateKubeconfig Create a kubeconfig -Create a new 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). +Create a new 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). 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/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