Skip to content

Commit

Permalink
push swagger from signadot
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 8, 2023
1 parent b2af24d commit a1d2c2b
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions generate/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -657,8 +657,41 @@
},
"type": "object"
},
"sandbox.LocalWorkloadStatus": {
"properties": {
"name": {
"type": "string"
},
"tunnel": {
"properties": {
"health": {
"properties": {
"connected": {
"type": "boolean"
},
"lastCheckTime": {
"type": "string"
},
"lastConnectedTime": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"sandbox.Readiness": {
"properties": {
"local": {
"items": {
"$ref": "#/definitions/sandbox.LocalWorkloadStatus"
},
"type": "array"
},
"message": {
"description": "Message is a human readable explanation of why\nthe sandbox is healthy or not.",
"type": "string"
Expand Down

0 comments on commit a1d2c2b

Please sign in to comment.