1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-15 17:51:20 +00:00
kyverno/pkg/engine
Shivkumar Dudhani ffd2179b03
538 (#587)
* initial commit

* background policy validation

* correct message

* skip non-background policy process for add/update

* add Generate Request CR

* generate Request Generator Initial

* test generate request CR generation

* initial commit gr generator

* generate controller initial framework

* add crd for generate request

* gr cleanup controller initial commit

* cleanup controller initial

* generate mid-commit

* generate rule processing

* create PV on generate error

* embed resource type

* testing phase 1- generate resources with variable substitution

* fix tests

* comment broken test #586

* add printer column for state

* return if existing resource for clone

* set resync time to 2 mins & remove resource version check in update handler for gr

* generate events for reporting

* fix logs

* cleanup

* CR fixes

* fix logs
2020-01-07 10:33:28 -08:00
..
anchor Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
context 538 (#587) 2020-01-07 10:33:28 -08:00
operator Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
policy Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
rbac 538 (#587) 2020-01-07 10:33:28 -08:00
response Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
validate Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
variables 538 (#587) 2020-01-07 10:33:28 -08:00
generation.go 538 (#587) 2020-01-07 10:33:28 -08:00
mutation.go 538 (#587) 2020-01-07 10:33:28 -08:00
mutation_test.go Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
overlay.go Merge commit '5b8ab3842b43a72cc675b93b8b72e290adfca1d2' into 518_pod_controller 2020-01-02 10:32:17 -08:00
overlay_test.go Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
overlayCondition.go Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
overlayCondition_test.go update tests 2019-12-10 09:15:50 -08:00
overlayError.go skip process mutate patches if conditon tag is not present 2019-11-27 19:40:47 -08:00
patches.go Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
patches_test.go update apiversion to v1 in code 2019-11-13 13:41:08 -08:00
policyContext.go 538 (#587) 2020-01-07 10:33:28 -08:00
utils.go Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
utils_test.go Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
validation.go 538 (#587) 2020-01-07 10:33:28 -08:00
validation_test.go Support variable substitution (#549) 2019-12-30 17:08:50 -08:00