1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00
kyverno/pkg/policy
Shivkumar Dudhani 5b8ab3842b
Support variable substitution (#549)
* initial commit

* variable substitution

* update tests

* update test

* refactor engine packages for validate & generate

* update vendor

* update toml

* support variable substitution in overlay mutation

* missing update

* fix indentation in logs

* store context values as single JSON document using merge patches.

* remove duplicate functions

* fix message string

* Handle processing of policies in background (#569)

* remove condition check while generating mutation patch as conditions are verified in the first iteration

* initial commit

* background policy validation

* correct message

* skip non-background policy process for add/update

* fix order to correct policy registration

* update comment

Co-authored-by: shuting <shutting06@gmail.com>

* refactor

Co-authored-by: shuting <shutting06@gmail.com>
2019-12-30 17:08:50 -08:00
..
apply.go Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
cleanup.go Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
clusterpv.go missing update 2019-12-02 17:29:41 -08:00
common.go Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
controller.go Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
existing.go Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
namespacedpv.go Merge branch '524_bug' into v1.1.0 2019-12-12 16:25:50 -08:00
report.go Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
status.go pass dynamic client 2019-11-12 18:25:50 -08:00
utils.go update apiversion to v1 in code 2019-11-13 13:41:08 -08:00
webhookregistration.go - holds resource webhook creation requests in a quene; - remove webhookinformer from policy controller and webhookregistrationclient 2019-12-04 12:31:27 -08:00