Add option to delete tenant's pvcs on tenant deletion (#251)

This commit is contained in:
Cesar N
2020-08-19 20:34:43 -07:00
committed by GitHub
parent f880e3976f
commit 5a95fed35b
12 changed files with 320 additions and 3724 deletions

View File

@@ -50,7 +50,7 @@ func NewDeleteTenant(ctx *middleware.Context, handler DeleteTenantHandler) *Dele
/*DeleteTenant swagger:route DELETE /namespaces/{namespace}/tenants/{tenant} AdminAPI deleteTenant
Delete Tenant
Delete tenant and underlying pvcs
*/
type DeleteTenant struct {