kubernetes/cmd/kube-apiserver/app
Kubernetes Submit Queue 209cdd9048
Merge pull request #60237 from crassirostris/audit-use-buffered-backend
Automatic merge from submit-queue (batch tested with PRs 60542, 60237). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Audit use buffered backend

This is the next step after https://github.com/kubernetes/kubernetes/pull/60076

This PR fixes https://github.com/kubernetes/kubernetes/issues/53020, to address https://github.com/kubernetes/kubernetes/issues/53006 later

In this PR buffered backend, introduced in https://github.com/kubernetes/kubernetes/pull/60076, is used to replace ad-hoc solution for webhook and add an ability to enable buffering for the log audit backend.

```release-note
Log audit backend can now be configured to perform batching before writing events to disk.
```

/cc @sttts @tallclair @ericchiang @CaoShuFeng
2018-03-01 11:42:48 -08:00
..
options Add buffering to the log audit backend 2018-03-01 14:30:51 +01:00
testing Adding benchmarks to envelop encryption integration tests 2018-02-08 10:57:58 -08:00
aggregator.go refactor kube-aggregator api group install 2018-01-31 21:38:47 +08:00
apiextensions.go pass APIEnablement through apiserver chain 2018-01-22 19:10:26 +08:00
BUILD add support for /token subresource in serviceaccount registry 2018-02-21 13:16:51 -08:00
server.go implement token authenticator for new id tokens 2018-02-27 17:20:46 -08:00