apiserver/pkg
Abu Kashem ffb869e08f apiserver: add a new mode for graceful termination
add a new mode for graceful termination with the new server run option
'shutdown-send-retry-after'
- shutdown-send-retry-after=true: we initiate shutdown of the
  HTTP Server when all in-flight request(s) have been drained. during
  this window all incoming requests are rejected with status code
  429 and the following response headers:
    - 'Retry-After: N' - client should retry after N seconds
    - 'Connection: close' - tear down the TCP connection
- shutdown-send-retry-after=false: we initiate shutdown of the
  HTTP Server as soon as shutdown-delay-duration has elapsed. This
  is in keeping with the current behavior.

Kubernetes-commit: 3182b69e970bd1fd036ff839fdf811f14e790244
2021-07-14 10:39:29 -04:00
..
admission Revert "Add a namespace label to admission metrics and expand histogram range to 0-10s" 2021-07-30 14:34:45 +02:00
apis Add distributed tracing to the apiserver using OpenTelemetry 2021-06-25 05:20:16 -07:00
audit Use objGV instead of gvk.GroupVersion 2021-06-02 14:27:30 +08:00
authentication fix broken link in some files 2021-04-13 08:43:24 +08:00
authorization adds metrics for authorization webhook 2021-03-17 16:30:40 +01:00
endpoints Fix metrics reporting for the deprecated watch path 2021-08-05 16:17:13 +02:00
features Add distributed tracing to the apiserver using OpenTelemetry 2021-06-25 05:20:16 -07:00
quota/v1 Fixed several spelling mistakes 2021-03-30 15:28:23 +02:00
registry Avoid spurious calls to update/delete validation 2021-08-05 17:21:40 -04:00
server apiserver: add a new mode for graceful termination 2021-07-14 10:39:29 -04:00
storage Avoid spurious calls to update/delete validation 2021-08-05 17:21:40 -04:00
storageversion provide directly decodable versions for storageversion API 2021-03-08 09:33:46 -05:00
tracing add apiserver tracing integration test, and fix endpoint validation 2021-07-15 16:21:48 -07:00
util Refactor goroutine counting 2021-07-29 00:35:25 -04:00
warning apiserver: add API server plumbing for adding warnings 2020-04-14 16:10:54 -04:00