Skip to content

Commit d3ce378

Browse files
authored
docs(redis): tls certificate when scaling (#1420)
1 parent d795c16 commit d3ce378

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

api/redis/v1alpha1/redis_sdk.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ const (
106106
ClusterStatusLocked = ClusterStatus("locked")
107107
// ClusterStatusSuspended is [insert doc].
108108
ClusterStatusSuspended = ClusterStatus("suspended")
109+
// ClusterStatusInitializing is [insert doc].
110+
ClusterStatusInitializing = ClusterStatus("initializing")
109111
)
110112

111113
func (enum ClusterStatus) String() string {
@@ -690,7 +692,7 @@ type MigrateClusterRequest struct {
690692

691693
// MigrateCluster: migrate your cluster architecture
692694
//
693-
// 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.
695+
// Upgrade your Database for Redis® cluster to a new version or scale it vertically / horizontally. Please note: scaling horizontally your Database for Redis® cluster won't renew its TLS certificate. In order to refresh the SSL certificate, you have to use the dedicated api route.
694696
func (s *API) MigrateCluster(req *MigrateClusterRequest, opts ...scw.RequestOption) (*Cluster, error) {
695697
var err error
696698

0 commit comments

Comments
 (0)