1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-10 18:06:55 +00:00
kyverno/test/conformance/chainsaw/validating-admission-policy-reports/events
Charles-Edouard Brétéché d6933fff4f
chore: all chainsaw tests (#9011)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2023-11-24 11:17:58 +01:00
..
01-deployment.yaml chore: all chainsaw tests (#9011) 2023-11-24 11:17:58 +01:00
02-policy.yaml chore: all chainsaw tests (#9011) 2023-11-24 11:17:58 +01:00
03-sleep.yaml chore: all chainsaw tests (#9011) 2023-11-24 11:17:58 +01:00
04-event.yaml chore: all chainsaw tests (#9011) 2023-11-24 11:17:58 +01:00
deployment-assert.yaml
deployment.yaml
policy-event.yaml
policy.yaml
README.md

Title

This test checks for generated events when applying ValidatingAdmissionPolicies.

Expected Behavior

This test creates a deployment with 4 replicas that violates the policy. It verifies policy violation events generation for the ValidatingAdmissionPolicy and the Deployment.

Reference Issues

https://github.com/kyverno/kyverno/issues/8781