- ea1021d Merge pull request #193 from jpbetz/patch-1 by Kubernetes Prow Robot · 3 years, 6 months ago main
- d770ef0 Add jpbetz as reviewer to OWNERS by Joe Betz · 3 years, 6 months ago
- b795529 Merge pull request #188 from kevindelgado/extract-items-fix by Kubernetes Prow Robot · 3 years, 6 months ago upstream/v4.1.1
- 82b1074 recursive atomicity checking by Kevin Delgado · 3 years, 6 months ago
- 7f39dd4 clean up remove_test by Kevin Delgado · 3 years, 6 months ago
- 9eed605 cleanup by Kevin Delgado · 3 years, 6 months ago
- 8e688ab complete empty structure tests by Kevin Delgado · 3 years, 6 months ago
- 1f3a491 generalized retainOnlyListKeys by Kevin Delgado · 3 years, 6 months ago
- 4a67677 Add atomic testing by Kevin Delgado · 3 years, 6 months ago
- 96fd9c4 atomic working, list hack still in place by Kevin Delgado · 3 years, 6 months ago
- 454df95 checkpoint working map by Kevin Delgado · 3 years, 6 months ago
- d20b1ce Merge pull request #192 from kevindelgado/no-atomic-to-granular by Kubernetes Prow Robot · 3 years, 6 months ago
- 4278010 Unsupport atomic to granular by Kevin Delgado · 3 years, 6 months ago
- f503776 Merge pull request #187 from apelisse/fix-benchmark by Kubernetes Prow Robot · 3 years, 7 months ago
- 14e776d Fix benchmark broken by owning empty structs by Antoine Pelisse · 3 years, 7 months ago
- c6e603f Merge pull request #185 from kevindelgado/extract-items by Kubernetes Prow Robot · 3 years, 7 months ago upstream/v4.1.0
- 8eee23c Expose ExtractItems as the opposite of RemoveItems by Kevin Delgado · 3 years, 7 months ago
- 61b13cd Add Leaves method to fieldpath.Set object by Kevin Delgado · 3 years, 7 months ago
- a4e00e9 Merge pull request #184 from apelisse/fix-remove-structures by Kubernetes Prow Robot · 3 years, 7 months ago upstream/v4.0.3
- e71bab7 Show how null is inserted when struct is removed by Antoine Pelisse · 4 years ago
- f09efb3 Fix tests broken by new mechanism by Antoine Pelisse · 3 years, 8 months ago
- 2e74c28 Use NestedSet to also remove structs owned by no-one by Antoine Pelisse · 3 years, 8 months ago
- 2996888 Create NestedSet to populate set branches along with the leaves by Antoine Pelisse · 3 years, 8 months ago
- 9f9c770 Merge pull request #173 from christarazi/fix-panic by Kubernetes Prow Robot · 3 years, 10 months ago
- 509ee3b Merge pull request #179 from apelisse/default-keys-float-and-int by Kubernetes Prow Robot · 3 years, 10 months ago
- cdf8e5a Test that defaulted merge keys as float work well with int values by Antoine Pelisse · 3 years, 10 months ago
- 076ef8d Fix panic on pointer to embedded struct by Chris Tarazi · 4 years ago
- e5a286e Fix incorrect godoc on GetFrom by Chris Tarazi · 3 years, 11 months ago
- 8e408d7 Merge pull request #177 from apelisse/defaulted-associative-keys by Kubernetes Prow Robot · 4 years ago upstream/v4.0.2
- ded4345 Allow defaulted keys by jennybuckley · 5 years ago
- b3cf1e8 Merge pull request #176 from jpbetz/fix-noop-granular-case by Kubernetes Prow Robot · 4 years ago
- 8443f34 Fix noop granular case for atomic<->granular schema changes by Joe Betz · 4 years ago
- 0ca72c0 Merge pull request #175 from jpbetz/atomics-ignore-unrecognized by Kubernetes Prow Robot · 4 years ago
- a36f319 Ignore fieldset paths not in schema when reconciling atomic<->granular schema changes by Joe Betz · 4 years ago
- 0bcdf88 Merge pull request #170 from jpbetz/test-atomic-introduction by Kubernetes Prow Robot · 4 years ago
- 9a22ec6 Apply feedback by Joe Betz · 4 years ago
- 90b911a Add atomic<->granular schema change fixup by Joe Betz · 4 years ago
- b84068c Merge pull request #169 from jpbetz/atomic-map-test by Kubernetes Prow Robot · 4 years, 1 month ago
- 3fe1e91 Add test for multiple appliers with atomic maps by Joe Betz · 4 years, 1 month ago
- 6592b87 Merge pull request #168 from kubernetes-sigs/release-4.0 by Kubernetes Prow Robot · 4 years, 1 month ago
- d8c62e5 Merge pull request #167 from apelisse/update-gomod-v4 by Kubernetes Prow Robot · 4 years, 2 months ago upstream/v4.0.0 upstream/v4.0.1
- daa3a19 Udpate go mod package to v4 by Antoine Pelisse · 4 years, 2 months ago
- 43c19bb Merge pull request #166 from jpbetz/remove-unowned-fields by Kubernetes Prow Robot · 4 years, 3 months ago
- 5b08b43 Add and fix tests to match improved update merging by Joe Betz · 4 years, 3 months ago
- 9f09075 Change merge rules so that updaters to share ownership with appliers by Joe Betz · 4 years, 3 months ago
- 085f5bf Apply suggestion by Joe Betz · 4 years, 3 months ago
- 1ce4a77 Add field unsetting tests by Joe Betz · 4 years, 3 months ago
- ca99bda Remove fields when unset from applied configuration if there are no other owners by Joe Betz · 4 years, 3 months ago
- 068223b Merge pull request #165 from nodo/fix-contact-info by Kubernetes Prow Robot · 4 years, 4 months ago
- 61e4996 Link to wg-api-expression slack and mailing-list by Andrea Nodari · 4 years, 4 months ago
- 8fff187 Merge pull request #161 from kwiesmueller/ignore-fields by Kubernetes Prow Robot · 4 years, 4 months ago
- 02d431a update RecursiveDifference comment and extend tests by Kevin Wiesmueller · 4 years, 4 months ago
- 73b21b9 add test by Kevin Wiesmueller · 4 years, 4 months ago
- a8d3871 make ignoredFields part of TestCase by Kevin Wiesmueller · 4 years, 4 months ago
- 486ee06 more cleanup by Kevin Wiesmueller · 4 years, 4 months ago
- 2c92fd2 switch to versioned ignored fields in updater by Kevin Wiesmueller · 4 years, 4 months ago
- 496703a add missing copyright notice by Kevin Wiesmueller · 4 years, 4 months ago
- d891327 add RecursiveDifference to benchmarks by Kevin Wiesmueller · 4 years, 4 months ago
- 570c5cb move RecursiveDifference code to SetNodeMap by Kevin Wiesmueller · 4 years, 4 months ago
- 9810220 cleanup tests by Kevin Wiesmueller · 4 years, 4 months ago
- 8a3560e move compare test cases to set_test.go by Kevin Wiesmueller · 4 years, 4 months ago
- 85efcff rename Remove to ExcludeFields by Kevin Wiesmueller · 4 years, 4 months ago
- 4b4ef12 remove unused test code by Kevin Wiesmueller · 4 years, 4 months ago
- eccbede fix update and apply by Kevin Wiesmueller · 4 years, 4 months ago
- fd0df01 update vendors by Kevin Wiesmueller · 4 years, 4 months ago
- c54f811 add ignored fields to apply by Kevin Wiesmueller · 4 years, 4 months ago
- 7c8a53d implement set.RecursiveDifference by Kevin Wiesmueller · 4 years, 4 months ago
- d46c0e9 add ignoredFields to update by Kevin Wiesmueller · 4 years, 5 months ago
- 621c035 Merge pull request #162 from julianvmodesto/conflicts-to-set by Kubernetes Prow Robot · 4 years, 5 months ago
- ef55256 Add Conflicts.ToSet() by Julian V. Modesto · 4 years, 5 months ago
- e95fcaa Merge pull request #160 from wawa0210/master by Kubernetes Prow Robot · 4 years, 6 months ago
- f150478 replace beta label to GA label for kubernetes by 张潇 · 4 years, 6 months ago
- 877aee0 Merge pull request #158 from apelisse/return-nil-on-non-change-apply by Kubernetes Prow Robot · 4 years, 7 months ago upstream/v3.0.0
- c840d7e ManagedFields: Implement Copy method by Antoine Pelisse · 4 years, 7 months ago
- ac8cf59 fieldpath.ManagedFields: Add Equals method by Antoine Pelisse · 4 years, 7 months ago
- 1bd697a merge: Apply returns nil object if unchanged by Antoine Pelisse · 4 years, 7 months ago
- 333e024 Merge pull request #156 from jpbetz/mimic-k8s-json-unmarshal by Kubernetes Prow Robot · 4 years, 8 months ago
- 5e70324 Convert numbers like Kubernetes does for json.Marshaler types by Joe Betz · 4 years, 8 months ago
- 1791273 Merge pull request #155 from jpbetz/freelist-optimization by Kubernetes Prow Robot · 4 years, 8 months ago
- 0e517d5 Replace pool.Sync with freelists for value objects by Joe Betz · 4 years, 8 months ago
- b8515d0 Merge pull request #153 from jpbetz/compare-optimizations by Kubernetes Prow Robot · 4 years, 8 months ago
- 719dc37 optimize merge by introducing map.Zip, map.Empty and recycling map value objects by Joe Betz · 4 years, 8 months ago
- 9a93042 Merge pull request #137 from apelisse/perf/compare-pe by Kubernetes Prow Robot · 4 years, 8 months ago
- 9c71810 Merge pull request #152 from jpbetz/reflect-nopool-with-marshaller by Kubernetes Prow Robot · 4 years, 8 months ago
- e6d9472 Merge pull request #119 from LilyAndLily/dev by Kubernetes Prow Robot · 4 years, 8 months ago
- 016ce3b optimize reflect cache lookups, optimize kind checks by Joe Betz · 4 years, 8 months ago
- 5443b57 Add json marshal conversion cache by Joe Betz · 4 years, 8 months ago
- 5382ed4 Merge pull request #151 from jpbetz/avoid-sync-pool by Kubernetes Prow Robot · 4 years, 8 months ago
- 84dea53 optimize mapUnstructured.Equals, apply feedback by Joe Betz · 4 years, 8 months ago
- e9a54b4 Optimize ListEquals and Map.Equals, Add List.Range by Joe Betz · 4 years, 8 months ago
- 0fb62c1 Merge pull request #145 from jennybuckley/same-order by Kubernetes Prow Robot · 4 years, 8 months ago
- 0b0d0c6 Merge pull request #136 from jpbetz/value-reflector by Kubernetes Prow Robot · 4 years, 8 months ago
- e060266 Directly reuse objects objects instead of relying on sync.Pool when looping by Joe Betz · 4 years, 8 months ago
- 925b736 Apply feedback by Joe Betz · 4 years, 8 months ago
- a584cfc Support updates to structs in maps by Joe Betz · 4 years, 8 months ago
- 67a7b8c Merge pull request #150 from apelisse/fix/re-add-multi-update-test by Kubernetes Prow Robot · 4 years, 8 months ago
- e4cf906 Re-introduce benchmark test for Updates in different versions by Antoine Pelisse · 4 years, 8 months ago
- f1586da Merge pull request #146 from apelisse/compatibility-tests by Kubernetes Prow Robot · 4 years, 8 months ago
- 321bfd6 Apply feedback by Joe Betz · 4 years, 8 months ago
- 8e6097e Merge pull request #149 from apelisse/fix/equal-value-undefined-wrong by Kubernetes Prow Robot · 4 years, 8 months ago