Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion packages/clients/src/api/redis/v1alpha1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,8 @@ export class RedisV1Alpha1GenAPI extends API {
/**
* 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.
* for Redis® cluster won't renew its TLS certificate. In order to refresh the
* SSL certificate, you have to use the dedicated api route.
*
* @param request - The request {@link MigrateClusterRequest}
* @returns A Promise of Cluster
Expand Down
1 change: 1 addition & 0 deletions packages/clients/src/api/redis/v1alpha1/content.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ export const CLUSTER_TRANSIENT_STATUSES: ClusterStatus[] = [
'configuring',
'destroying',
'autohealing',
'initializing',
]
1 change: 1 addition & 0 deletions packages/clients/src/api/redis/v1alpha1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export type ClusterStatus =
| 'autohealing'
| 'locked'
| 'suspended'
| 'initializing'

export type ListClustersRequestOrderBy =
| 'created_at_asc'
Expand Down