1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 09:26:54 +00:00
kyverno/pkg/engine/handlers/validation
Charles-Edouard Brétéché fc694bc24c
feat: add kyverno json support to validation rule (#10763)
* feat: add kyverno json support to validation rule

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* v2beta1

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* validation

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* engine handler

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* bindings

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* context functions

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* better bindings

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

---------

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2024-08-02 08:24:30 +00:00
..
validate_assert.go feat: add kyverno json support to validation rule (#10763) 2024-08-02 08:24:30 +00:00
validate_cel.go fix: return all the exceptions that match the incoming resource (#10722) 2024-07-25 17:36:19 +00:00
validate_image.go fix: return all the exceptions that match the incoming resource (#10722) 2024-07-25 17:36:19 +00:00
validate_manifest.go fix: return all the exceptions that match the incoming resource (#10722) 2024-07-25 17:36:19 +00:00
validate_manifest_test.go fix: properly update policy context after preexisting resource in violation check (#9893) 2024-03-13 16:24:53 +00:00
validate_pss.go fix: return all the exceptions that match the incoming resource (#10722) 2024-07-25 17:36:19 +00:00
validate_pss_test.go add unit test (#9894) 2024-03-13 17:09:30 +08:00
validate_resource.go feat(json): unmarshal once per policy (#10701) 2024-07-30 10:52:41 +00:00
validate_resource_test.go fix: properly update policy context after preexisting resource in violation check (#9893) 2024-03-13 16:24:53 +00:00