Backend half
This commit is contained in:
Generated
Vendored
+30
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"version": 2,
|
||||
"waiters": {
|
||||
"DeploymentSuccessful": {
|
||||
"delay": 15,
|
||||
"operation": "GetDeployment",
|
||||
"maxAttempts": 120,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "Succeeded",
|
||||
"matcher": "path",
|
||||
"state": "success",
|
||||
"argument": "deploymentInfo.status"
|
||||
},
|
||||
{
|
||||
"expected": "Failed",
|
||||
"matcher": "path",
|
||||
"state": "failure",
|
||||
"argument": "deploymentInfo.status"
|
||||
},
|
||||
{
|
||||
"expected": "Stopped",
|
||||
"matcher": "path",
|
||||
"state": "failure",
|
||||
"argument": "deploymentInfo.status"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user