1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00
kyverno/cmd/cli/kubectl-kyverno
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
..
apply feat: reports v2 implementation (#4608) 2022-09-28 17:15:16 +05:30
jp refactor: move from io/ioutil to io and os packages (#4752) 2022-09-30 12:55:19 +05:30
test refactor: move from io/ioutil to io and os packages (#4752) 2022-09-30 12:55:19 +05:30
utils refactor: move from io/ioutil to io and os packages (#4752) 2022-09-30 12:55:19 +05:30
version refactor cli code from pkg to cmd (#3591) 2022-04-14 12:20:18 +00:00
Dockerfile refactor: makefile build targets (#4418) 2022-08-26 15:23:04 +08:00
main.go use failurePolicy to block or allow requests, on policy errors (#4183) 2022-08-02 20:24:02 +05:30