apiserver/pkg/server
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
..
dynamiccertificates switch over k/k to use klog v2 2020-04-17 15:25:06 -04:00
egressselector apiserver: update TestReadEgressSelectorConfiguration to use 'controlplane' egress selector name 2020-10-26 10:24:16 -04:00
filters plumb context with request deadline 2020-10-30 16:30:05 -04:00
healthz apiserver: fix healthz vs. livez vs. readyz log output 2020-09-15 15:46:02 +02:00
httplog Improve performance of http access logs 2020-06-23 13:56:01 +02:00
mux switch over k/k to use klog v2 2020-04-17 15:25:06 -04:00
options APF: graduate API and types to beta 2020-11-04 16:33:14 +08:00
resourceconfig switch over k/k to use klog v2 2020-04-17 15:25:06 -04:00
routes Strip defaults in new places 2020-11-11 12:42:12 -08:00
storage fix S1008 simplify bool returns 2020-06-26 10:39:16 -05:00
config.go plumb context with request deadline 2020-10-30 16:30:05 -04:00
config_selfclient.go Refactor the process to get ip address of loopback interface 2019-11-02 11:14:04 +08:00
config_selfclient_test.go Skip TestLoopbackHostPortIPv6 run on non-IPv6 env 2020-08-31 23:20:49 +05:30
config_test.go do not allow inflight watermark histograms to fall too far behind 2020-10-05 11:26:48 -04:00
deprecated_insecure_serving.go switch over k/k to use klog v2 2020-04-17 15:25:06 -04:00
doc.go update docs.go files under staging/src/k8s.io/apiserver/pkg/server 2019-02-03 20:43:13 +00:00
genericapiserver.go require APIServerIdentity to be enabled to run StorageVersionAPI 2020-11-08 19:06:30 -08:00
genericapiserver_test.go Propagate context to Authorize() calls 2019-09-24 10:06:32 -04:00
handler.go switch over k/k to use klog v2 2020-04-17 15:25:06 -04:00
healthz.go add /livez as a liveness endpoint for kube-apiserver 2019-08-26 16:57:25 -07:00
healthz_test.go add readyz endpoint for kube-apiserver readiness checks 2019-05-30 11:19:49 -07:00
hooks.go switch over k/k to use klog v2 2020-04-17 15:25:06 -04:00
plugins.go Remove alpha InitializerConfiguration types, Initializers admission plugin 2019-01-16 10:19:44 -05:00
secure_serving.go log tls handshake error at trace level to avoid error flooding, and add 2020-05-20 11:29:44 +08:00
signal.go make Kubelet bootstrap certificate signal aware 2020-07-04 12:08:04 +08:00
signal_posix.go apiservers: add synchronous shutdown mechanism on SIGTERM+INT 2017-08-29 13:16:11 +00:00
signal_windows.go apiservers: add synchronous shutdown mechanism on SIGTERM+INT 2017-08-29 13:16:11 +00:00