• Matt Farina's avatar
    fix(api-machinery): Fixes patching for unstructured objects · 90957b90
    Matt Farina authored
    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)
    90957b90
Name
Last commit
Last update
.circleci Loading commit data...
_proto Loading commit data...
cmd Loading commit data...
docs Loading commit data...
pkg Loading commit data...
rootfs Loading commit data...
scripts Loading commit data...
testdata Loading commit data...
.gitignore Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
OWNERS Loading commit data...
README.md Loading commit data...
code-of-conduct.md Loading commit data...
glide.lock Loading commit data...
glide.yaml Loading commit data...
versioning.mk Loading commit data...