1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-24 16:48:20 +00:00
kyverno/test/conformance/chainsaw/validating-policies/context/globalreference
Charles-Edouard Brétéché e785ee4882
feat: add globalcontext CEL lib (#12425)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2025-03-17 16:53:32 +01:00
..
chainsaw-test.yaml feat(vp): implement gctx in context library (#12055) 2025-03-06 09:27:03 +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.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