1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00
kyverno/pkg/engine
Sunghoon Kang e401d57b35
Check client if nil before loading resource list (#2562)
Unlike loading resource, current implementation doesn't check if
client is nil or not when loading resource list.

This commit checks if client is nil or not before loading resource
list.

Signed-off-by: Sunghoon Kang <hoon@linecorp.com>
2021-10-26 17:30:19 -07:00
..
anchor Format error messages correctly (#2519) 2021-10-12 14:29:20 -07:00
common Fix various static checks related to condition handling (#2528) 2021-10-13 11:29:45 +02:00
context Remove dead code and unused variables (#2537) 2021-10-13 22:45:23 +02:00
jmespath added base64 jmespath functions (#2542) 2021-10-14 11:46:06 -07:00
json-utils fmt 2021-10-06 11:18:36 -07:00
mutate support list foreach (#2522) 2021-10-14 00:20:52 -07:00
operator fix gofmt and golint issues (#667) 2020-02-03 13:38:24 -08:00
response fix messages and tests 2021-10-03 03:15:22 -07:00
utils fix merge error 2021-10-06 22:48:56 -07:00
validate Fix remaining static check findings (#2541) 2021-10-13 16:00:41 -07:00
variables New operators (#2543) 2021-10-26 17:29:42 -07:00
wildcards updating minio verison (#1956) 2021-06-09 19:16:26 -07:00
apiPath.go Set Version to Group/Version for /apis/* URLs 2021-03-06 00:22:12 -05:00
apiPath_test.go Add unit test 2021-03-08 22:56:14 -05:00
forceMutate.go implement validate.foreach 2021-09-26 02:12:31 -07:00
forceMutate_test.go Patch strategic merge preprocessing: implement anchor handling (#2156) 2021-07-23 10:53:37 -07:00
generation.go Merge branch 'main' of github.com:kyverno/kyverno into feat/support_mutate_in_cli 2021-10-05 12:23:34 +05:30
imageVerify.go fmt 2021-10-26 13:25:41 -07:00
imageVerify_test.go fmt 2021-10-06 11:18:36 -07:00
jsonContext.go Check client if nil before loading resource list (#2562) 2021-10-26 17:30:19 -07:00
jsonContext_test.go add variable substitutoion for imageVerify and allow PEM in ConfigMaps 2021-10-26 10:41:27 -07:00
mutation.go fix mutate handling of skipped rules (#2557) 2021-10-18 15:42:34 -07:00
mutation_test.go element variable lifecycle (#2535) 2021-10-14 10:14:11 -07:00
policyContext.go add validation; add 'element' to context 2021-10-02 16:53:02 -07:00
utils.go wildcard support (#2485) 2021-10-14 00:15:32 -07:00
utils_test.go Added Code to support the test command for mutate policy (#2279) 2021-10-05 11:11:54 +05:30
validation.go fix comment 2021-10-19 22:08:55 +05:30
validation_test.go Fix foreach issue 2021-10-19 15:34:53 +05:30