* 'master' of github.com:nirmata/kyverno: (201 commits)
update tag v1.1.6-rc2 (#887)
Bugfix/update docs for deny rules (#886)
message fix
corrected message in generating resources in readme
Bugfix/fix install repo (#885)
Bugfix/1.1.6 adjust resync and cleanup unused (#884)
middelware removed (#882)
fix typo
fix namespace lister
Added readiness and liveness prob (#874)
set ownerReference in pv update
suppress violation on evicted pod
- fix violations re-create on the same resource - skip background processing if a resource is to be deleted
suppress violation on evicted pod
- fix violations re-create on the same resource - skip background processing if a resource is to be deleted
Bugfix/659 support wildcards for namespaces (#871)
resource limit added to kyverno defination and kyvrno chart
update cpu request limit and remove cpu limit
remove roles
remove unused code
...
* - support wildcards for namespaces
* do not annotate resource, unless policy is an autogen policy
* close HTTP body
* improve messages
* - update docs for deny rules
- add presentations and videos to README.md
* - support wildcards for namespaces
* do not annotate resource, unless policy is an autogen policy
* close HTTP body
* improve messages
* fix repo
* fix init container image
* - 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
* - 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