1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-04-06 17:23:32 +00:00
kyverno/pkg/webhooks
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
..
generate 538 (#587) 2020-01-07 10:33:28 -08:00
admission_test.go Fixed old tests on new function ResourceMeetsDescription (added the new file utils-test.go) 2019-06-07 14:46:18 +03:00
annotations.go Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
annotations_test.go Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
checker.go add checker to verify if mutatingwebhook is enabled or not + refactoring 2019-10-30 13:39:19 -07:00
common.go Support variable substitution (#549) 2019-12-30 17:08:50 -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
policymutation.go only generate rule on policy creation 2019-12-27 15:57:43 -08:00
policymutation_test.go Merge commit '5b8ab3842b43a72cc675b93b8b72e290adfca1d2' into 518_pod_controller 2020-01-02 10:32:17 -08:00
policyvalidation.go 538 (#587) 2020-01-07 10:33:28 -08:00
report.go Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
server.go 538 (#587) 2020-01-07 10:33:28 -08:00
validation.go 538 (#587) 2020-01-07 10:33:28 -08:00