1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00
kyverno/pkg
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
..
api/kyverno Bugfix/659 support wildcards for namespaces (#871) 2020-05-26 10:36:56 -07:00
auth Revert "754 merge conflicts" 2020-03-28 16:36:19 +05:30
checker - skip resource schema validation when no mutate rules are applied 2020-05-17 14:37:05 -07:00
client Revert "754 merge conflicts" 2020-03-28 16:36:19 +05:30
config Added readiness and liveness prob (#874) 2020-05-26 18:03:32 -07:00
constant Bugfix/1.1.6 adjust resync and cleanup unused (#884) 2020-05-27 19:51:34 -07:00
dclient fix mock discover client 2020-05-17 17:58:57 -07:00
engine Bugfix/659 support wildcards for namespaces (#871) 2020-05-26 10:36:56 -07:00
event extract controller resync period to a constant file 2020-05-18 11:56:17 -07:00
generate extract controller resync period to a constant file 2020-05-18 11:56:17 -07:00
kyverno Bugfix/1.1.6 adjust resync and cleanup unused (#884) 2020-05-27 19:51:34 -07:00
openapi Bugfix/1.1.6 adjust resync and cleanup unused (#884) 2020-05-27 19:51:34 -07:00
policy Bugfix/1.1.6 adjust resync and cleanup unused (#884) 2020-05-27 19:51:34 -07:00
policystatus Bugfix/659 support wildcards for namespaces (#871) 2020-05-26 10:36:56 -07:00
policyviolation set ownerReference in pv update 2020-05-26 17:18:42 -07:00
signal 420 init container (#501) 2019-11-18 11:41:37 -08:00
testrunner Bugfix/659 support wildcards for namespaces (#871) 2020-05-26 10:36:56 -07:00
tls Revert "754 merge conflicts" 2020-03-28 16:36:19 +05:30
userinfo PR fixes 2020-05-19 13:04:06 -07:00
utils PR fixes 2020-05-19 13:04:06 -07:00
version Revert "754 merge conflicts" 2020-03-28 16:36:19 +05:30
webhookconfig set log level 2020-05-18 21:16:48 -07:00
webhooks middelware removed (#882) 2020-05-27 11:08:59 -07:00