1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-22 15:50:36 +00:00
kyverno/test/conformance/chainsaw/validating-policies/context/globalreference
shuting c0ab93b95b
fix: autogen status for ivpol (#12431)
* feat: enable mutating webhook for ivpol

Signed-off-by: ShutingZhao <shuting@nirmata.com>

* fix: unit tests

Signed-off-by: ShutingZhao <shuting@nirmata.com>

* fix: add objects to payload

Signed-off-by: ShutingZhao <shuting@nirmata.com>

* chore: add chainsaw test

Signed-off-by: ShutingZhao <shuting@nirmata.com>

* chore: add update codegen

Signed-off-by: ShutingZhao <shuting@nirmata.com>

* fix: propagate policy response to admission reponse

Signed-off-by: ShutingZhao <shuting@nirmata.com>

* chore: update chainsaw tests

Signed-off-by: ShutingZhao <shuting@nirmata.com>

* fix: ivpol autogen meta

Signed-off-by: ShutingZhao <shuting@nirmata.com>

---------

Signed-off-by: ShutingZhao <shuting@nirmata.com>
2025-03-18 10:40:21 +00:00
..
chainsaw-test.yaml fix: autogen status for ivpol (#12431) 2025-03-18 10:40:21 +00:00
gctxentry.yaml feat(vp): implement gctx in context library (#12055) 2025-03-06 09:27:03 +00:00
main-deployment.yaml feat(vp): implement gctx in context library (#12055) 2025-03-06 09:27:03 +00:00
namespace.yaml feat(vp): implement gctx in context library (#12055) 2025-03-06 09:27:03 +00:00
new-deployment-exists.yaml feat(vp): implement gctx in context library (#12055) 2025-03-06 09:27:03 +00:00
new-deployment.yaml feat(vp): implement gctx in context library (#12055) 2025-03-06 09:27:03 +00:00
policy-assert.yaml fix: autogen status for ivpol (#12431) 2025-03-18 10:40:21 +00:00
policy.yaml feat: add globalcontext CEL lib (#12425) 2025-03-17 16:53:32 +01:00
README.md feat(vp): implement gctx in context library (#12055) 2025-03-06 09:27:03 +00:00

Description

This test verifies that Global Context Entries are evaluated correctly.

Expected Behavior

new-deployment should be created.

Reference Issues