Unverified Commit 90957b90 authored by Matt Farina's avatar Matt Farina Committed by Matthew Fisher
Browse files

fix(api-machinery): Fixes patching for unstructured objects

CRDs and other objects seen as unstructured cannot use strategic
merge patching. It has never been supported on CRDs. Previously,
cases like unstructured objects could have caused an unregistered
error. This is no longer the case.

This change explicitly looks for unstructured objects and handles
those using json merge patching.

Closes #3382

(cherry picked from commit e6137ff0)
No related merge requests found
Showing with 12 additions and 1 deletion
+12 -1
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment