1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-05 23:46:56 +00:00
kyverno/pkg/engine
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
..
anchor refactor logging 2020-03-17 16:25:34 -07:00
context 744 removed uneeded comment 2020-05-13 10:27:08 +05:30
mutate Bugfix/659 support wildcards for namespaces (#871) 2020-05-26 10:36:56 -07:00
operator fix gofmt and golint issues (#667) 2020-02-03 13:38:24 -08:00
response CR comments 2020-02-18 18:25:41 -08:00
utils Bugfix/659 support wildcards for namespaces (#871) 2020-05-26 10:36:56 -07:00
validate Bugfix/659 support wildcards for namespaces (#871) 2020-05-26 10:36:56 -07:00
variables 744 added not found error type 2020-05-13 10:06:21 +05:30
forceMutate.go Merge branch 'master' into access_check 2020-03-17 17:23:18 -07:00
generation.go Merge branch 'master' into access_check 2020-03-17 17:23:18 -07:00
mutation.go Bugfix/659 support wildcards for namespaces (#871) 2020-05-26 10:36:56 -07:00
mutation_test.go 744 fixing broken tests 2020-05-06 22:52:29 +05:30
policyContext.go CI fixes 2020-03-17 18:34:44 -07:00
utils.go Bugfix/659 support wildcards for namespaces (#871) 2020-05-26 10:36:56 -07:00
utils_test.go 644 resolving merge conflicts 2020-02-19 10:44:14 +05:30
validation.go Bugfix/659 support wildcards for namespaces (#871) 2020-05-26 10:36:56 -07:00
validation_test.go fix CI 2020-05-20 13:58:56 -07:00