1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00
kyverno/pkg/policy
Jim Bugwadia 5cdcbec3c9
Bugfix/1.1.6 adjust resync and cleanup unused (#884)
* - support wildcards for namespaces

* do not annotate resource, unless policy is an autogen policy

* close HTTP body

* improve messages

* remove policy store

Policy store was not fully implemented and simply provided a way
to list all polices and get a policy by name, which can be done via
standard client-go interfaces.

We need to revisit and design a better PolicyStore that provides fast
lookups for matching policies based on names, namespaces, etc.

* handle wildcard namespaces in background processing

* fix unit tests 1) remove platform dependent path usage 2) remove policy store

* add test case for mutate with wildcard namespaces

* adjust all resync periods

* remove unused data fields

* add pattern for match
2020-05-27 19:51:34 -07:00
..
common Revert "754 merge conflicts" 2020-03-28 16:36:19 +05:30
generate 787 tested prototype 2020-04-02 21:13:39 +05:30
mutate Revert "754 merge conflicts" 2020-03-28 16:36:19 +05:30
validate 744 improving error message 2020-04-27 16:02:02 +05:30
actions.go Revert "754 merge conflicts" 2020-03-28 16:36:19 +05:30
apply.go Bugfix/1.1.6 adjust resync and cleanup unused (#884) 2020-05-27 19:51:34 -07:00
background.go 744 added not found error type 2020-05-13 10:06:21 +05:30
cleanup.go Revert "754 merge conflicts" 2020-03-28 16:36:19 +05:30
clusterpv.go Revert "754 merge conflicts" 2020-03-28 16:36:19 +05:30
common.go Revert "754 merge conflicts" 2020-03-28 16:36:19 +05:30
controller.go fix namespace lister 2020-05-26 22:26:07 -07:00
existing.go fix namespace lister 2020-05-26 22:26:07 -07:00
namespacedpv.go Revert "754 merge conflicts" 2020-03-28 16:36:19 +05:30
report.go Revert "754 merge conflicts" 2020-03-28 16:36:19 +05:30
utils.go 522 restructured files 2020-01-25 14:53:12 +05:30
validate.go 744 fixing policy validation and removing allRequests field 2020-05-06 19:46:32 +05:30
validate_test.go 744 fixing policy validation and removing allRequests field 2020-05-06 19:46:32 +05:30
webhookregistration.go Revert "754 merge conflicts" 2020-03-28 16:36:19 +05:30