1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
kyverno/pkg/engine
shuting c692263177
Refactor resourceCache; Reduce throttling requests (background controller) (#1500)
* skip sending API request for filtered resource

* fix PR comment

Signed-off-by: Shuting Zhao <shutting06@gmail.com>

* fixes https://github.com/kyverno/kyverno/issues/1490

Signed-off-by: Shuting Zhao <shutting06@gmail.com>

* fix bug - namespace is not returned properly

Signed-off-by: Shuting Zhao <shutting06@gmail.com>

* reduce throttling - list resource using lister

* refactor resource cache

* fix test

Signed-off-by: Shuting Zhao <shutting06@gmail.com>

* fix label selector

Signed-off-by: Shuting Zhao <shutting06@gmail.com>

* fix build failure

Signed-off-by: Shuting Zhao <shutting06@gmail.com>
2021-01-29 17:38:23 -08:00
..
anchor handle anchors for wildcard annotations 2021-01-07 11:24:38 -08:00
common handle anchors for wildcard annotations 2021-01-07 11:24:38 -08:00
context update validation logic 2020-12-23 15:10:07 -08:00
mutate Remove unnecessary JSON patches; fixes strategicMergePatch for tolerations (#1478) 2021-01-19 11:08:06 -08:00
operator fix gofmt and golint issues (#667) 2020-02-03 13:38:24 -08:00
response 1398 - Reduce RCR throttling requests (#1406) 2020-12-21 11:04:19 -08:00
utils Remove unnecessary JSON patches; fixes strategicMergePatch for tolerations (#1478) 2021-01-19 11:08:06 -08:00
validate 1314 validate rule (#1368) 2020-12-08 22:52:37 -08:00
variables support nested JMESPATH var substitution (#1471) 2021-01-14 10:46:51 -08:00
wildcards added logic for generate policy with data (#1463) 2021-01-27 10:11:22 -08:00
forceMutate.go update nirmata/kyverno to kyverno/kyverno 2020-10-07 11:12:31 -07:00
generation.go update validation logic 2020-12-23 15:10:07 -08:00
mutation.go handle anchors for wildcard annotations 2021-01-07 11:24:38 -08:00
mutation_test.go update validation logic 2020-12-23 15:10:07 -08:00
policyContext.go Refactor resourceCache; Reduce throttling requests (background controller) (#1500) 2021-01-29 17:38:23 -08:00
utils.go Refactor resourceCache; Reduce throttling requests (background controller) (#1500) 2021-01-29 17:38:23 -08:00
utils_test.go add annotation wildcard support 2020-12-02 12:25:56 -08:00
validation.go Feature/fix dev mode execution (#1477) 2021-01-20 15:25:27 -08:00
validation_test.go add test case 2020-12-23 15:57:12 -08:00