2022-07-21 19:20:14 +00:00
|
|
|
{
|
|
|
|
|
"name": "load-balancer",
|
|
|
|
|
"kinds": [
|
|
|
|
|
"docker"
|
|
|
|
|
],
|
|
|
|
|
"timeout": 60,
|
2022-07-25 08:11:44 +00:00
|
|
|
"no_copy_container": true,
|
2022-07-21 19:20:14 +00:00
|
|
|
"tests": [
|
|
|
|
|
{
|
|
|
|
|
"type": "string",
|
|
|
|
|
"url": "https://www.example.com",
|
|
|
|
|
"string": "hello"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|