1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
kyverno/test/conformance/kuttl/exceptions/events-creation
Mariam Fahmy a60dc00392
feat: migrate to events.k8s.io/v1 (#7673)
* feat: migrate events to events.k8s.io group

Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>

* fix: kuttl event tests

Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>

* migrate background events to events.k8s.io

Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>

* update kuttl tests

Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>

* remove ResourceSkipped from actions

Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>

---------

Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
2023-07-26 14:06:51 +00:00
..
01-policy.yaml fix source in events (#6739) 2023-03-31 07:34:31 +02:00
02-exception.yaml fix source in events (#6739) 2023-03-31 07:34:31 +02:00
03-manifests.yaml fix source in events (#6739) 2023-03-31 07:34:31 +02:00
04-sleep.yaml fix source in events (#6739) 2023-03-31 07:34:31 +02:00
05-assert.yaml feat: migrate to events.k8s.io/v1 (#7673) 2023-07-26 14:06:51 +00:00
policy-assert.yaml fix source in events (#6739) 2023-03-31 07:34:31 +02:00
policy.yaml chore: use Enforce instead of enforce in kuttl tests (#6763) 2023-04-03 13:36:30 +00:00
README.md fix source in events (#6739) 2023-03-31 07:34:31 +02:00

Description

This test checks the events are generated properly for policyexceptions.

Steps

    • Create a cluster policy
    • Assert the policy becomes ready
    • Create a policy exception for the cluster policy created above but for a specific namespace
    • Try to create a pod, expecting two events are created, one for the clusterpolicy, another is for policyexception

Reference Issue(s)

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