1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-05 07:26:55 +00:00
kyverno/pkg/policy
Charles-Edouard Brétéché 2178b9fe77
refactor: dynamic client use instrumented clients (#5436)
* refactor: improve instrumented clients creation

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* fix

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* refactor: instrumented clients code part 3

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* fix

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* fix

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* fix

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* fix

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* fix

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* refactor: dynamic client

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2022-11-22 13:37:27 +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 add package logger in files (#4766) 2022-10-02 19:45:03 +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 fix: too much information for the Policy Rule Execution Latency metric (#5208) 2022-11-04 14:31:23 +08:00
on_update_policy_test.go refactor: simplify variables regex (#5075) 2022-10-21 11:51:14 +08:00
policy_controller.go refactor: dynamic client use instrumented clients (#5436) 2022-11-22 13:37:27 +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 Fixed issue-3709: Image verify rule gives error for non-existing configmap (#5272) 2022-11-18 08:27:34 +00:00
validate_test.go [Bug]: Fix wildcard any/all issue (#5387) 2022-11-17 14:07:03 +00:00