Add imagePullSecretsName field on Add Tenant request (#227)

This commit is contained in:
Cesar N
2020-08-04 16:04:04 -07:00
committed by GitHub
parent 63e1c554b7
commit 7710df62ee
4 changed files with 97 additions and 75 deletions

View File

@@ -1771,12 +1771,14 @@ definitions:
type: integer
format: int64
title: number of tenants accessible to tenant user
updateTenantRequest:
type: object
properties:
image:
type: string
pattern: "^((.*?)/(.*?):(.+))$"
createTenantRequest:
type: object
required:
@@ -1813,6 +1815,8 @@ definitions:
type: object
additionalProperties:
type: string
imagePullSecretsName:
type: string
idp:
type: object
$ref: "#/definitions/idpConfiguration"