1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-15 17:51:20 +00:00
kyverno/pkg/policy
Charles-Edouard Brétéché 7219b4f8a3
refactor: registry client (#5596)
* refactor: registry client

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>

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2022-12-07 23:08:37 +08:00
..
common chore: enable gofmt and gofumpt linters (#3931) 2022-05-17 06:19:03 +00:00
generate feat: propagate context to dynamic client (#5495) 2022-11-29 13:59:40 +00:00
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 chore: replace utils.ContainsString with builtin slices.Contains (#5496) 2022-11-29 08:04:49 +00:00
allowed_vars_test.go fix: load policy and add tests (#4515) 2022-09-06 15:16:44 +00:00
apply.go refactor: registry client (#5596) 2022-12-07 23:08:37 +08:00
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 feat: propagate context to dynamic client (#5495) 2022-11-29 13:59:40 +00:00
existing.go refactor: registry client (#5596) 2022-12-07 23:08:37 +08:00
on_update_policy_test.go refactor: simplify variables regex (#5075) 2022-10-21 11:51:14 +08:00
policy_controller.go refactor: registry client (#5596) 2022-12-07 23:08:37 +08:00
report.go [Cleanup] Disable PolicySkipped events (#4913) 2022-10-13 08:32:20 +00:00
updaterequest.go refactor: registry client (#5596) 2022-12-07 23:08:37 +08:00
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 feat: propagate context to dynamic client (#5495) 2022-11-29 13:59:40 +00:00
validate_test.go fix: add clone check before validating namespace policy (#5459) 2022-11-25 12:49:22 +05:30