linkerd2/controller/api/proxy
Alex Leong 3bd4231cec
Add support for timeouts in service profiles (#2149)
Fixes #2042 

Adds a new field to service profile routes called `timeout`.  Any requests to that route which take longer than the given timeout will be aborted and a 504 response will be returned instead.  If the timeout field is not specified, a default timeout of 10 seconds is used.

Signed-off-by: Alex Leong <alex@buoyant.io>
2019-01-30 16:48:55 -08:00
..
endpoint_listener.go Fix most golint issues that are not comment related (#1982) 2018-12-20 10:37:47 -08:00
endpoint_listener_test.go Fix most golint issues that are not comment related (#1982) 2018-12-20 10:37:47 -08:00
endpoints_watcher.go Fix most golint issues that are not comment related (#1982) 2018-12-20 10:37:47 -08:00
endpoints_watcher_test.go Fix most golint issues that are not comment related (#1982) 2018-12-20 10:37:47 -08:00
k8s_resolver.go Fix most golint issues that are not comment related (#1982) 2018-12-20 10:37:47 -08:00
k8s_resolver_test.go Fix most golint issues that are not comment related (#1982) 2018-12-20 10:37:47 -08:00
profile_listener.go GetProfiles should always respond with a (possibly empty) profile immediately (#2146) 2019-01-24 15:22:14 -08:00
profile_listener_test.go Add support for timeouts in service profiles (#2149) 2019-01-30 16:48:55 -08:00
profile_watcher.go Fix most golint issues that are not comment related (#1982) 2018-12-20 10:37:47 -08:00
profile_watcher_test.go Fix most golint issues that are not comment related (#1982) 2018-12-20 10:37:47 -08:00
resolver.go Remove the proxy-api container (#1813) 2018-10-29 16:31:43 -07:00
server.go Add go linting to CI config (#2018) 2018-12-20 15:33:09 -08:00
server_test.go Fix most golint issues that are not comment related (#1982) 2018-12-20 10:37:47 -08:00
test_helper.go Fix most golint issues that are not comment related (#1982) 2018-12-20 10:37:47 -08:00