Route

December 1, 2016 ยท View on GitHub

Properties

NameTypeDescriptionNotes
PathstringURL path that will be matched to this route[optional] [default to null]
ImagestringName of Docker image to use in this route. You should include the image tag, which should be a version number, to be more accurate. Can be overridden on a per route basis with route.image.[optional] [default to null]
Headersmap[string][]stringMap of http headers that will be sent with the response[optional] [default to null]
Memoryint64Max usable memory for this route (MiB).[optional] [default to null]
Type_stringRoute type[optional] [default to null]
FormatstringPayload format sent into function.[optional] [default to null]
MaxConcurrencyint32Maximum number of hot containers concurrency[optional] [default to null]
Configmap[string]stringRoute configuration - overrides application configuration[optional] [default to null]
Timeoutint32Timeout for executions of this route. Value in Seconds[optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]