![]() - as soon as a request is received by the apiserver, determine the timeout of the request and set a new request context with the deadline. - the timeout filter that times out non-long-running requests should use the request context as opposed to a fixed 60s wait today. - admission and storage layer uses the same request context with the deadline specified. we use the default timeout enforced by the apiserver: - if the user has specified a timeout of 0s, this implies no timeout on the user's part. - if the user has specified a timeout that exceeds the maximum deadline allowed by the apiserver. |
||
---|---|---|
.. | ||
admission_test.go | ||
apiserver_handler_test.go | ||
broken_webhook_test.go | ||
BUILD | ||
client_auth_test.go | ||
load_balance_test.go | ||
main_test.go | ||
reinvocation_test.go | ||
timeout_test.go |