1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-15 17:51:20 +00:00
kyverno/pkg/engine/mutate
Max Goncharenko a0ff8bbd0b
Implement global anchor (#2311)
* implement global anchor for patch strategic merge

Signed-off-by: Max Goncharenko <kacejot@fex.net>

* fixed unit tests for mutation global anchor

Signed-off-by: Max Goncharenko <kacejot@fex.net>

* added global anchor in validation

Signed-off-by: Max Goncharenko <kacejot@fex.net>

* fix some global anchor issues found during testing

Signed-off-by: Max Goncharenko <kacejot@fex.net>

* run go tidy

Signed-off-by: Maxim Goncharenko <goncharenko.maxim@apriorit.com>

* fixed tests

Signed-off-by: Maxim Goncharenko <goncharenko.maxim@apriorit.com>

* fixed some tests

Signed-off-by: Maxim Goncharenko <goncharenko.maxim@apriorit.com>

* finish implementing global anchor

Signed-off-by: Maxim Goncharenko <goncharenko.maxim@apriorit.com>

* WIP: lower global anchor strictness

Signed-off-by: Maxim Goncharenko <goncharenko.maxim@apriorit.com>

* Revert "WIP: lower global anchor strictness"

This reverts commit 08e176a042.

Signed-off-by: Maxim Goncharenko <goncharenko.maxim@apriorit.com>

* global anchor for mutation

Signed-off-by: Maxim Goncharenko <goncharenko.maxim@apriorit.com>
2021-09-13 08:59:28 -07:00
..
mutation.go Feature/cosign (#2078) 2021-07-09 18:01:46 -07:00
overlay.go feat: added kyverno_policy_rule_results_info metric 2021-05-24 08:05:14 +05:30
overlay_test.go - support AllowMissingPathOnRemove and EnsurePathExistsOnAdd in patchesJSON6902 2021-02-25 15:25:07 -08:00
overlayCondition.go - support AllowMissingPathOnRemove and EnsurePathExistsOnAdd in patchesJSON6902 2021-02-25 15:25:07 -08:00
overlayCondition_test.go 965 add validate audit handler (#967) 2020-07-09 11:48:34 -07:00
overlayError.go move mutation to subpackage pkg/engine/mutate 2020-01-07 17:06:17 -08:00
patches.go feat: added kyverno_policy_rule_results_info metric 2021-05-24 08:05:14 +05:30
patches_test.go update nirmata/kyverno to kyverno/kyverno 2020-10-07 11:12:31 -07:00
patchesUtils.go updating minio verison (#1956) 2021-06-09 19:16:26 -07:00
patchesUtils_test.go Patch strategic merge preprocessing: implement anchor handling (#2156) 2021-07-23 10:53:37 -07:00
patchJson6902.go feat: added kyverno_policy_rule_results_info metric 2021-05-24 08:05:14 +05:30
patchJson6902_test.go add unit tests 2021-02-25 18:02:52 -08:00
strategicMergePatch.go Implement global anchor (#2311) 2021-09-13 08:59:28 -07:00
strategicMergePatch_test.go Implement global anchor (#2311) 2021-09-13 08:59:28 -07:00
strategicPreprocessing.go Implement global anchor (#2311) 2021-09-13 08:59:28 -07:00
strategicPreprocessing_test.go Implement global anchor (#2311) 2021-09-13 08:59:28 -07:00
utils.go Implement global anchor (#2311) 2021-09-13 08:59:28 -07:00
utils_test.go move mutation to subpackage pkg/engine/mutate 2020-01-07 17:06:17 -08:00