1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-13 19:28:55 +00:00
kyverno/pkg/webhooks
Jim Bugwadia 838d02c475
Bugfix/659 support wildcards for namespaces (#871)
* - 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
2020-05-26 10:36:56 -07:00
..
generate extract controller resync period to a constant file 2020-05-18 11:56:17 -07:00
annotations.go Rename function 2020-05-16 21:24:37 -07:00
annotations_test.go Revert "754 merge conflicts" 2020-03-28 16:36:19 +05:30
checker.go 744 tested prototype 2020-04-10 23:24:54 +05:30
common.go Bugfix/659 support wildcards for namespaces (#871) 2020-05-26 10:36:56 -07:00
generation.go Bugfix/659 support wildcards for namespaces (#871) 2020-05-26 10:36:56 -07:00
middleware.go Feature - Add checks for k8s version when Kyverno starts (#831) 2020-05-18 17:00:52 -07:00
mutation.go Bugfix/659 support wildcards for namespaces (#871) 2020-05-26 10:36:56 -07:00
policymutation.go Merge branch 'master' into 744_deny_requests 2020-05-18 12:32:42 -07:00
policymutation_test.go Feature - Change annotation for auto-generate pod controllers policy (#849) 2020-05-18 11:50:54 -07:00
policyStatus_test.go 527 redesigned implementation so that package variables are not used across packages 2020-03-04 15:45:20 +05:30
policyvalidation.go 744 tested prototype 2020-04-10 23:24:54 +05:30
report.go Revert "754 merge conflicts" 2020-03-28 16:36:19 +05:30
server.go Bugfix/659 support wildcards for namespaces (#871) 2020-05-26 10:36:56 -07:00
validation.go Bugfix/659 support wildcards for namespaces (#871) 2020-05-26 10:36:56 -07:00