1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
kyverno/pkg/webhooks
shuting d5f6167e56
Fix flaky e2e tests for generate policies (#3681)
* 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 (#3681) 2022-04-26 19:18:24 +00:00
handlers feat: mutate existing resources (#3669) 2022-04-25 12:20:40 +00:00
updaterequest Fix flaky e2e tests for generate policies (#3681) 2022-04-26 19:18:24 +00:00
annotations.go fix: annotation path (#3547) 2022-04-04 21:48:22 +00:00
common.go feat: mutate existing resources (#3669) 2022-04-25 12:20:40 +00:00
generation.go Fix flaky e2e tests for generate policies (#3681) 2022-04-26 19:18:24 +00:00
generation_test.go bumps k8s libraries for k8s v1.23 upgrade for kyverno (#3043) 2022-01-22 20:26:53 +08:00
handlers.go feat: mutate existing resources (#3669) 2022-04-25 12:20:40 +00:00
metrics.go refactor: metrics package (#3549) 2022-04-07 02:14:13 +08:00
mutation.go feat: mutate existing resources (#3669) 2022-04-25 12:20:40 +00:00
policymutation_test.go refactor: use more policy interface (#3510) 2022-03-31 12:14:00 +05:30
report.go refactor: use policy interface and introduce admission utils package (#3512) 2022-03-31 20:25:54 +08:00
server.go Fix issue pod should not be ready until the policy cache loaded (#3646) 2022-04-26 06:26:46 +00:00
updaterequest.go feat: mutate existing resources (#3669) 2022-04-25 12:20:40 +00:00
validate_audit.go feat: mutate existing resources (#3669) 2022-04-25 12:20:40 +00:00
validation.go refactor: switch to admission v1 (#3526) 2022-04-06 20:43:07 +00:00
validation_test.go refactor: make use of policy interface (#3499) 2022-03-30 18:34:30 +05:30
verify_images.go refactor: switch to admission v1 (#3526) 2022-04-06 20:43:07 +00:00