mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-24 16:57:27 +00:00
Automatic merge from submit-queue add ownerref permission checks Adds an admission plugin that ensures that anyone adding an `ownerReference` to a resource has delete rights on the resource they're setting up a delete for. @caesarxuchao example admission plugin that tests for ownerReference diffs and uses an authorizer to drive the decision. @liggitt @ncdc we've talked about this before