mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-22 10:50:37 +00:00
Automatic merge from submit-queue
Ensure patched objects are defaulted correctly
Restores defaulting behavior for patch API calls removed in e34e1abe33 (diff-517d1b81963bbc7c9b0a16e6eb3c0e2f)
Restores the unit test that ensures we get a defaulted result after applying a patch
Fixes https://github.com/kubernetes/kubernetes/issues/42764
Fixes #42834