1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 09:26:54 +00:00
kyverno/test/scenarios/other
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
..
scenario_mutate_endpoint.yaml linter suggestions (#655) 2020-01-24 12:05:53 -08:00
scenario_mutate_pod_spec.yaml Bugfix/659 support wildcards for namespaces (#871) 2020-05-26 10:36:56 -07:00
scenario_mutate_validate_qos.yaml update tests/scenario 2019-11-07 12:13:35 -08:00
scenario_validate_default_proc_mount.yaml update tests/scenario 2019-11-07 12:13:35 -08:00
scenario_validate_disallow_default_serviceaccount.yaml fix CI 2020-05-20 13:58:56 -07:00
scenario_validate_healthChecks.yaml update tests/scenario 2019-11-07 12:13:35 -08:00
scenario_validate_selinux_context.yaml fix CI 2020-05-20 13:58:56 -07:00
scenario_validate_volume_whiltelist.yaml update tests/scenario 2019-11-07 12:13:35 -08:00