Add Tenant Deletion Date to tenant responses (#270)

This commit is contained in:
Daniel Valdivia
2020-09-05 23:37:01 -07:00
committed by GitHub
parent 3b23e877b5
commit adf3f929a4
6 changed files with 33 additions and 113 deletions

View File

@@ -3156,6 +3156,9 @@ func init() {
"currentState": {
"type": "string"
},
"deletion_date": {
"type": "string"
},
"image": {
"type": "string"
},
@@ -3186,6 +3189,9 @@ func init() {
"currentState": {
"type": "string"
},
"deletion_date": {
"type": "string"
},
"instance_count": {
"type": "integer"
},
@@ -7231,6 +7237,9 @@ func init() {
"currentState": {
"type": "string"
},
"deletion_date": {
"type": "string"
},
"image": {
"type": "string"
},
@@ -7261,6 +7270,9 @@ func init() {
"currentState": {
"type": "string"
},
"deletion_date": {
"type": "string"
},
"instance_count": {
"type": "integer"
},