Slide 10
Slide 10 text
10
…
Declarative
{
"cpu": 1000,
"memory": 128,
"env": {
"DB_TIMEOUT": "2000"
},
"replicas": 2
}
{
"swagger": "2.0",
"host": "*.iunigo.com",
"paths": {
"/gizmo/delay": {
"get": {
"tags": [
"Sample"
],
"summary": "Generates a delay in the response",
"parameters": [
{
"in": "query",
"name": "duration",
"description": "Golang duration of the delay (1s|1m|1h)",
"type": "string"
}
],
"responses": {
"200": {
"description": ""
}
}
}
}
}
}