Add storageClass as part of tenant info api response (#196)

This commit is contained in:
Cesar N
2020-07-17 09:49:44 -07:00
committed by GitHub
parent 76f7c540c1
commit 28ac29c178
6 changed files with 98 additions and 6 deletions

View File

@@ -53,6 +53,9 @@ type Tenant struct {
// namespace
Namespace string `json:"namespace,omitempty"`
// storage class
StorageClass string `json:"storage_class,omitempty"`
// total size
TotalSize int64 `json:"total_size,omitempty"`