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

@@ -57,6 +57,9 @@ type CreateTenantRequest struct {
// image
Image string `json:"image,omitempty"`
// image pull secrets name
ImagePullSecretsName string `json:"imagePullSecretsName,omitempty"`
// mounth path
MounthPath string `json:"mounth_path,omitempty"`