apiserver/pkg/admission/plugin/webhook
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
..
config *: Remove comment tags in GoDoc 2018-09-04 14:08:32 -07:00
errors Refactor addmission webhook hook client to a util package 2018-08-26 23:20:23 +10:00
generic Explicitly set GVK when sending objects to webhooks 2019-02-23 00:19:47 -05:00
initializer Add port to ServiceResolvers 2019-03-01 16:32:50 -08:00
mutating webhook: respect the status error from webhook 2019-01-09 14:28:33 -08:00
namespace Support dry run in admission plugins 2018-08-06 10:37:44 -07:00
request Support dry run in admission webhooks 2018-08-21 16:06:27 -07:00
rules Add scope restrictions to webhook admission rules 2019-02-24 15:18:05 -05:00
testcerts fix shellcheck in k8s.io/apiserver 2019-01-24 13:55:09 +08:00
testing webhook: respect the status error from webhook 2019-01-09 14:28:33 -08:00
util Add port to ServiceResolvers 2019-03-01 16:32:50 -08:00
validating Add AdmissionReviewVersions to admissionregistration and default it 2019-03-04 20:52:57 -08:00