1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-04-05 16:54:07 +00:00
kyverno/pkg/webhooks
Eng Zer Jun f40a3bc8f5
refactor: move from io/ioutil to io and os packages (#4752)
The io/ioutil package has been deprecated as of Go 1.16 [1]. This commit
replaces the existing io/ioutil functions with their new definitions in
io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2022-09-30 12:55:19 +05:30
..
handlers refactor: move from io/ioutil to io and os packages (#4752) 2022-09-30 12:55:19 +05:30
policy fix: split webhook handlers per failure policy (#4650) 2022-09-26 15:55:46 +00:00
resource feat: reports v2 implementation (#4608) 2022-09-28 17:15:16 +05:30
updaterequest refactor: client wrappers (#4519) 2022-09-07 12:01:43 +08:00
utils feat: reports v2 implementation (#4608) 2022-09-28 17:15:16 +05:30
log.go refactor: separate resource mutation/validation handlers from server (#3908) 2022-05-16 22:36:21 +08:00
server.go fix: split webhook handlers per failure policy (#4650) 2022-09-26 15:55:46 +00:00