Add imagePullSecretsName field on Add Tenant request (#227)
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user