Operator improvements (#1798)

Added new design to Tenants page list
Added Pool details initial page

Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
Alex
2022-04-05 10:27:54 -06:00
committed by GitHub
parent 822724a4f1
commit 64ffa039b4
21 changed files with 2002 additions and 252 deletions

View File

@@ -1420,6 +1420,10 @@ definitions:
capacity_usage:
type: integer
format: int64
tiers:
type: array
items:
$ref: "#/definitions/tenantTierElement"
listTenantsResponse:
type: object
@@ -2857,3 +2861,14 @@ definitions:
type: string
latest_version:
type: string
tenantTierElement:
type: object
properties:
name:
type: string
type:
type: string
size:
type: integer
format: int64