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

@@ -2043,6 +2043,9 @@ func init() {
"image": {
"type": "string"
},
"imagePullSecretsName": {
"type": "string"
},
"mounth_path": {
"type": "string"
},
@@ -5934,6 +5937,9 @@ func init() {
"image": {
"type": "string"
},
"imagePullSecretsName": {
"type": "string"
},
"mounth_path": {
"type": "string"
},