1. 26 Feb, 2018 3 commits
  2. 21 Feb, 2018 1 commit
  3. 20 Feb, 2018 3 commits
  4. 17 Feb, 2018 1 commit
  5. 16 Feb, 2018 6 commits
  6. 15 Feb, 2018 2 commits
  7. 14 Feb, 2018 2 commits
  8. 13 Feb, 2018 2 commits
  9. 12 Feb, 2018 3 commits
  10. 11 Feb, 2018 1 commit
  11. 10 Feb, 2018 1 commit
  12. 09 Feb, 2018 5 commits
  13. 08 Feb, 2018 4 commits
  14. 07 Feb, 2018 1 commit
  15. 06 Feb, 2018 4 commits
  16. 05 Feb, 2018 1 commit
    • Matt Farina's avatar
      fix(api-machinery): Fixes patching for unstructured objects · e6137ff0
      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
      e6137ff0