k3s/pkg/kubeapiserver/admission
Kubernetes Submit Queue e837c3bbc2 Merge pull request #46388 from lavalamp/whitlockjc-generic-webhook-admission
Automatic merge from submit-queue (batch tested with PRs 46239, 46627, 46346, 46388, 46524)

Dynamic webhook admission control plugin

Unit tests pass.

Needs plumbing:
* [ ] service resolver (depends on @wfender PR)
* [x] client cert (depends on ????)
* [ ] hook source (depends on @caesarxuchao PR)

Also at least one thing will need to be renamed after Chao's PR merges.

```release-note
Allow remote admission controllers to be dynamically added and removed by administrators.  External admission controllers make an HTTP POST containing details of the requested action which the service can approve or reject.
```
2017-06-02 23:37:42 -07:00
..
configuration fix flake 2017-05-31 14:07:40 -07:00
BUILD generated changes 2017-05-31 16:38:47 -07:00
init_test.go Implement dynamic admission webhooks 2017-05-31 16:38:46 -07:00
initializer.go Implement dynamic admission webhooks 2017-05-31 16:38:46 -07:00