apiserver/pkg/endpoints/request
Abu Kashem f1a76db888 apiserver: manage audit ID associated with a request
Manage the audit ID early in the request handling logic so that it can
be used by different layers to improve correlation.
- If the caller does not specify a value for Audit-ID in the request
  header, we generate a new audit ID
- If a user specified Audit-ID is too large, we truncate it
- We echo the Audit-ID value to the caller via the response
  Header 'Audit-ID'

Kubernetes-commit: 31653bacb9b979ee2f878ebece7e25f79d3f9aa6
2021-03-02 19:22:39 -05:00
..
OWNERS Updated OWNERS files to include link to docs 2019-01-30 20:05:00 +01:00
auditid.go apiserver: manage audit ID associated with a request 2021-03-02 19:22:39 -05:00
auditid_test.go apiserver: manage audit ID associated with a request 2021-03-02 19:22:39 -05:00
context.go fix staticchekc failer in apiserver/pkg/endpoints/request 2020-11-18 15:28:35 +09:00
context_test.go fix some ineffassigns 2019-09-09 18:52:17 +08:00
doc.go genericapiserver: fix imports 2017-01-19 10:27:27 -05:00
received_time.go Take into account latency incurred in server filters 2020-09-18 16:46:07 -04:00
received_time_test.go Take into account latency incurred in server filters 2020-09-18 16:46:07 -04:00
requestinfo.go staging\src\k8s.io\apiserver\pkg\endpoints:migrate to structured logs 2021-01-15 15:23:55 +08:00
requestinfo_test.go Requires single name for list and watch 2018-05-06 15:15:32 +02:00