1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-07 00:17:13 +00:00
kyverno/pkg/engine/api
Vishal Choudhary 174534b518
fix: properly verify precondition in old object validation (#11644)
* fix: properly verify precondition in old object validation

Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com>

* fix: tests

Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com>

* fix: assert bug

Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com>

* fix: properly update the values

Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com>

---------

Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com>
Co-authored-by: shuting <shuting@nirmata.com>
2024-12-04 06:32:12 +00:00
..
client.go feat: Add Manifest Index to ImageRegistry context (#9883) 2024-11-14 08:10:25 +00:00
contextloader.go
engine.go feat: support foreach for generate.data (#10875) 2024-08-19 06:55:19 +00:00
engineresponse.go feat: show violations and mutations as warning (#10214) 2024-09-05 10:02:00 +00:00
engineresponse_test.go feat: use pointer in rule (validate field) (#11095) 2024-09-11 09:12:53 +00:00
fuzz_test.go
imageverifymetadata.go
imageverifymetadata_test.go
policy.go chore: remove v1alpha1 of VAPs and use v1beta1 (#10955) 2024-08-29 15:31:25 +00:00
policycontext.go fix: properly verify precondition in old object validation (#11644) 2024-12-04 06:32:12 +00:00
policyresponse.go feat: show violations and mutations as warning (#10214) 2024-09-05 10:02:00 +00:00
resolver.go
resolver_test.go
resourcespec.go
resourcespec_test.go
ruleresponse.go feat: update engine response.generatedResources to support multiple resource (#11398) 2024-10-15 14:59:18 +08:00
ruleresponse_test.go feat: enable custom data in policy reports using properties (#10933) 2024-09-03 17:36:07 +00:00
rulestatus.go
ruletype.go
selector.go chore: use v2 clients for policy exceptions (#10530) 2024-06-24 16:36:55 +00:00
stats.go
stats_test.go