-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 53645, 54734, 54586, 55015, 54688). 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>. Improve webhook error message **What this PR does / why we need it**: Currently, apiserver only prints message of review status returned by a rejecting webhook controller. If the message is empty, users will see this in event message: `create Pod <pod-name> failed error:<empty-string>`. Hook name should be included in the error message as well. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: **Special notes for your reviewer**: @kubernetes/sig-api-machinery-bugs **Release note**: ```release-note NONE ```