mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-10 16:46:29 +00:00
Automatic merge from submit-queue (batch tested with PRs 47024, 47050, 47086, 47081, 47013) apiextensions-apiserver: Fix decoding of DeleteOptions. Fixes #47072 by making apiextensions-apiserver capable of decoding unversioned DeleteOptions, rather than only handling Unstructured objects (i.e. Custom Resources). This also closes #46736 and #37554 since the added regression test works for TPR as well.