diff --git a/api/redis/v1alpha1/redis_sdk.go b/api/redis/v1alpha1/redis_sdk.go index a9d514ec0..98f0e012c 100644 --- a/api/redis/v1alpha1/redis_sdk.go +++ b/api/redis/v1alpha1/redis_sdk.go @@ -688,7 +688,9 @@ type MigrateClusterRequest struct { ClusterSize *uint32 `json:"cluster_size,omitempty"` } -// MigrateCluster: migrate a cluster +// MigrateCluster: migrate your cluster architecture +// +// Upgrade your Database for RedisĀ® cluster to a new version or scale it vertically / horizontally. Please note: scaling horizontally your Database for RedisĀ® cluster will renew its TLS certificate. func (s *API) MigrateCluster(req *MigrateClusterRequest, opts ...scw.RequestOption) (*Cluster, error) { var err error