1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 01:16:55 +00:00
kyverno/pkg/policy
Charles-Edouard Brétéché 6f1bd5fff2
chore: replace utils.ContainsString with builtin slices.Contains (#5496)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
Co-authored-by: shuting <shuting@nirmata.com>
2022-11-29 08:04:49 +00:00
..
common chore: enable gofmt and gofumpt linters (#3931) 2022-05-17 06:19:03 +00:00
generate fix: hardening policy validation for generate cloneList (#4881) 2022-10-11 23:35:07 +05:30
mutate chore: make kyverno api import aliases consistent (#3939) 2022-05-17 13:12:43 +02:00
validate Extend Pod Security Admission (#4364) 2022-08-31 09:16:31 +00:00
actions.go chore: replace utils.ContainsString with builtin slices.Contains (#5496) 2022-11-29 08:04:49 +00:00
allowed_vars_test.go fix: load policy and add tests (#4515) 2022-09-06 15:16:44 +00:00
apply.go fix: set operation in context when necessary (#4940) 2022-10-13 19:33:49 +05:30
background.go refactor: simplify variables regex (#5075) 2022-10-21 11:51:14 +08:00
background_test.go refactor: simplify variables regex (#5075) 2022-10-21 11:51:14 +08:00
common.go Handle Match resources kind (#5421) 2022-11-22 01:20:24 +00:00
existing.go feat: propagate context to the metrics package (#5479) 2022-11-28 10:30:14 +00:00
on_update_policy_test.go refactor: simplify variables regex (#5075) 2022-10-21 11:51:14 +08:00
policy_controller.go chore: replace utils.ContainsString with builtin slices.Contains (#5496) 2022-11-29 08:04:49 +00:00
report.go [Cleanup] Disable PolicySkipped events (#4913) 2022-10-13 08:32:20 +00:00
updaterequest.go fix: wrong logger used (#5311) 2022-11-11 12:16:27 +05:30
utils.go chore: make kyverno api import aliases consistent (#3939) 2022-05-17 13:12:43 +02:00
utils_test.go tests: add unit tests for utils functions (#3857) 2022-05-10 13:45:48 +00:00
validate.go chore: replace utils.ContainsString with builtin slices.Contains (#5496) 2022-11-29 08:04:49 +00:00
validate_test.go fix: add clone check before validating namespace policy (#5459) 2022-11-25 12:49:22 +05:30