mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-29 04:16:07 +00:00
Conver to regular Go vendor + dep tool
This commit is contained in:
Generated
Vendored
+1590
File diff suppressed because it is too large
Load Diff
Generated
Vendored
+1093
File diff suppressed because it is too large
Load Diff
Generated
Vendored
+1036
File diff suppressed because it is too large
Load Diff
Generated
Vendored
+18
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"pagination": {
|
||||
"DescribeInstanceHealth": {
|
||||
"result_key": "InstanceStates"
|
||||
},
|
||||
"DescribeLoadBalancerPolicies": {
|
||||
"result_key": "PolicyDescriptions"
|
||||
},
|
||||
"DescribeLoadBalancerPolicyTypes": {
|
||||
"result_key": "PolicyTypeDescriptions"
|
||||
},
|
||||
"DescribeLoadBalancers": {
|
||||
"input_token": "Marker",
|
||||
"output_token": "NextMarker",
|
||||
"result_key": "LoadBalancerDescriptions"
|
||||
}
|
||||
}
|
||||
}
|
||||
Generated
Vendored
+49
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"version":2,
|
||||
"waiters":{
|
||||
"InstanceDeregistered": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeInstanceHealth",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "OutOfService",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "InstanceStates[].State"
|
||||
},
|
||||
{
|
||||
"matcher": "error",
|
||||
"expected": "InvalidInstance",
|
||||
"state": "success"
|
||||
}
|
||||
]
|
||||
},
|
||||
"AnyInstanceInService":{
|
||||
"acceptors":[
|
||||
{
|
||||
"argument":"InstanceStates[].State",
|
||||
"expected":"InService",
|
||||
"matcher":"pathAny",
|
||||
"state":"success"
|
||||
}
|
||||
],
|
||||
"delay":15,
|
||||
"maxAttempts":40,
|
||||
"operation":"DescribeInstanceHealth"
|
||||
},
|
||||
"InstanceInService":{
|
||||
"acceptors":[
|
||||
{
|
||||
"argument":"InstanceStates[].State",
|
||||
"expected":"InService",
|
||||
"matcher":"pathAll",
|
||||
"state":"success"
|
||||
}
|
||||
],
|
||||
"delay":15,
|
||||
"maxAttempts":40,
|
||||
"operation":"DescribeInstanceHealth"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user