Skip to content

Commit 10c85af

Browse files
authored
feat(redis): expose user_name field of the Cluster Object (#1439)
1 parent 8a898a4 commit 10c85af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/redis/v1/redis_sdk.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,8 @@ type Cluster struct {
297297
ClusterSize uint32 `json:"cluster_size"`
298298
// Zone: zone of the cluster
299299
Zone scw.Zone `json:"zone"`
300+
// UserName: name of the user associated to the cluster
301+
UserName string `json:"user_name"`
300302
}
301303

302304
// ClusterMetricsResponse: cluster metrics response

0 commit comments

Comments
 (0)