1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-04-27 14:34:02 +00:00
kyverno/pkg/webhooks
shuting d5f6167e56
Fix flaky e2e tests for generate policies ()
* fix flaky generate e2e tests

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

* enable validate, verifyimage e2e tests

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

* set policy names different within a single test

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

* do not delete cloned resource when sync generate policy is deleted

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

* replace grLister by urLister

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

* re-queue pending URs only to fix clone policy deletion

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

* remove duplicate import

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

Co-authored-by: Sambhav Kothari <sambhavs.email@gmail.com>
Co-authored-by: Charles-Edouard Brétéché <charled.breteche@gmail.com>
2022-04-26 19:18:24 +00:00
..
generate Fix flaky e2e tests for generate policies () 2022-04-26 19:18:24 +00:00
handlers feat: mutate existing resources () 2022-04-25 12:20:40 +00:00
updaterequest Fix flaky e2e tests for generate policies () 2022-04-26 19:18:24 +00:00
annotations.go fix: annotation path () 2022-04-04 21:48:22 +00:00
common.go feat: mutate existing resources () 2022-04-25 12:20:40 +00:00
generation.go Fix flaky e2e tests for generate policies () 2022-04-26 19:18:24 +00:00
generation_test.go bumps k8s libraries for k8s v1.23 upgrade for kyverno () 2022-01-22 20:26:53 +08:00
handlers.go feat: mutate existing resources () 2022-04-25 12:20:40 +00:00
metrics.go refactor: metrics package () 2022-04-07 02:14:13 +08:00
mutation.go feat: mutate existing resources () 2022-04-25 12:20:40 +00:00
policymutation_test.go refactor: use more policy interface () 2022-03-31 12:14:00 +05:30
report.go refactor: use policy interface and introduce admission utils package () 2022-03-31 20:25:54 +08:00
server.go Fix issue pod should not be ready until the policy cache loaded () 2022-04-26 06:26:46 +00:00
updaterequest.go feat: mutate existing resources () 2022-04-25 12:20:40 +00:00
validate_audit.go feat: mutate existing resources () 2022-04-25 12:20:40 +00:00
validation.go refactor: switch to admission v1 () 2022-04-06 20:43:07 +00:00
validation_test.go refactor: make use of policy interface () 2022-03-30 18:34:30 +05:30
verify_images.go refactor: switch to admission v1 () 2022-04-06 20:43:07 +00:00