apiserver/pkg/admission/plugin/webhook/mutating
zhouhaibing089 5ba3621283 webhook: respect the status error from webhook
today, apiserver generates an internal server error for any call
to mutatingwebhook if it gives allowed=false. this is not right as
it is really not an intenal error, it can be a forbidden as well
if the webhook wants it to be.

Kubernetes-commit: c2fcdc818be1441dd788cae22648c04b1650d3af
2019-01-09 14:28:33 -08:00
..
dispatcher.go webhook: respect the status error from webhook 2019-01-09 14:28:33 -08:00
dispatcher_test.go Remove the propagated scheme from the Admission chain 2019-02-16 13:28:14 -08:00
doc.go Adding the mutating webhook 2017-11-14 16:36:28 -08:00
plugin.go Remove the propagated scheme from the Admission chain 2019-02-16 13:28:14 -08:00
plugin_test.go webhook: respect the status error from webhook 2019-01-09 14:28:33 -08:00