apiserver/pkg/endpoints/handlers
Abu Kashem 46e3e4810e plumb context with request deadline
- 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.

Kubernetes-commit: 83f869ee1350da1b65d508725749fb70d0f535f2
2020-10-30 16:30:05 -04:00
..
fieldmanager Make versionconverter functions private 2020-10-22 13:21:38 -07:00
negotiation Optimize NegotiateMediaTypeOptions 2019-10-10 11:49:31 +02:00
responsewriters deferredResponseWriter returns after calling the Close() method 2020-09-07 12:42:36 +02:00
create.go plumb context with request deadline 2020-10-30 16:30:05 -04:00
create_test.go Add "fieldManager" to flag to PATCH/CREATE/UPDATE 2019-02-16 20:16:11 -08:00
delete.go plumb context with request deadline 2020-10-30 16:30:05 -04:00
doc.go Mechanical fixup imports: pkg/genericapiserver 2017-02-13 07:36:41 -05:00
get.go Revert nested trace PR#88936 2020-07-20 09:55:05 -07:00
helpers.go Revert nested trace PR#88936 2020-07-20 09:55:05 -07:00
helpers_test.go Revert nested trace PR#88936 2020-07-20 09:55:05 -07:00
namer.go Avoid allocations when building SelfLinks and fast path escape 2019-03-25 18:06:57 -04:00
namer_test.go Avoid allocations when building SelfLinks and fast path escape 2019-03-25 18:06:57 -04:00
patch.go plumb context with request deadline 2020-10-30 16:30:05 -04:00
response.go Switch TableGenerator/TableConvertor interfaces to metav1 2019-11-26 13:13:25 -05:00
response_test.go Fix transformObject to work with CacheableObject. 2019-08-19 09:55:49 +02:00
rest.go plumb context with request deadline 2020-10-30 16:30:05 -04:00
rest_test.go plumb context with request deadline 2020-10-30 16:30:05 -04:00
update.go plumb context with request deadline 2020-10-30 16:30:05 -04:00
watch.go Switch TableGenerator/TableConvertor interfaces to metav1 2019-11-26 13:13:25 -05:00