1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-11 02:16:53 +00:00
kyverno/test/conformance/kuttl/validating-admission-policy-reports/background/validating-admission-policy-pass
Charles-Edouard Brétéché 2444b7c670
refactor: add per resource reports aggregation (#8426)
* refactor: add per resource reports aggregation

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

* added controller implementation

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

* clean

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

* fix

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

* fix

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

* fix

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

* fix kuttl tests

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

* fix

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

* fix kuttl tests

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

* vaps

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

---------

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2023-09-20 14:51:32 +08:00
..
01-deployment.yaml feat: add kuttl tests for validating admission policy backgroundscan reports (#8292) 2023-09-07 02:22:12 +00:00
02-policy.yaml feat: add kuttl tests for validating admission policy backgroundscan reports (#8292) 2023-09-07 02:22:12 +00:00
03-report.yaml refactor: add per resource reports aggregation (#8426) 2023-09-20 14:51:32 +08:00
04-sleep.yaml feat: add kuttl tests for validating admission policy backgroundscan reports (#8292) 2023-09-07 02:22:12 +00:00
deployment-assert.yaml feat: add kuttl tests for validating admission policy backgroundscan reports (#8292) 2023-09-07 02:22:12 +00:00
deployment.yaml feat: add kuttl tests for validating admission policy backgroundscan reports (#8292) 2023-09-07 02:22:12 +00:00
policy.yaml feat: add kuttl tests for validating admission policy backgroundscan reports (#8292) 2023-09-07 02:22:12 +00:00
README.md refactor: add per resource reports aggregation (#8426) 2023-09-20 14:51:32 +08:00
report-assert.yaml refactor: add per resource reports aggregation (#8426) 2023-09-20 14:51:32 +08:00

Title

This test creates a deployment with two replicas. It then creates a validating admission policy that checks the replicas of the deployment.

Expected Behavior

The deployment is created and a policy report is generated for it with a pass result.