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 |
|
Shuting Zhao
|
6e69c8b69b
|
cleanup pv with dependant when blocked admission request pass
|
2019-10-23 23:18:58 -07:00 |
|
shuting
|
ffe644f821
|
Support Mutate from command line
|
2019-05-20 13:02:55 -07:00 |
|
Maxim Goncharenko
|
f2e89ca993
|
Updated all the kubernetes dependencies to the latest 1.14 version
|
2019-05-13 16:11:16 +03:00 |
|
Denys Bielyshev
|
a4fb1df542
|
Merge branch 'develop' into feature_add_pkg_engine
|
2019-05-06 13:49:17 +03:00 |
|
shuting
|
7bdaff157e
|
Add package to vendor
|
2019-05-03 14:59:58 -07:00 |
|
Shivkumar Dudhani
|
4fc6d67e7d
|
add dependency for api
|
2019-04-29 14:38:29 -07:00 |
|
belyshevdenis
|
0144ffc149
|
NK-31: Fixed toml file
|
2019-03-15 18:13:45 +02:00 |
|
belyshevdenis
|
85c84046af
|
NK-31: SerializePatches decomposed to ProcessPatches and JoinPatches. Implemented new tests for ProcessPatches, used it in mutation webhook. Added options for behavior on errors while patching. Improved and refactored code for mutation webhook. Added dependency from json-patch lib.
|
2019-03-12 22:02:39 +02:00 |
|
belyshevdenis
|
b320b4b433
|
NK-23: Implemented Validate() methods for structures in types.go.
Implemented tests for added methods.
Added usage of Validate() methods to the code, removed old checks.
Fixed some comments, added new comments.
|
2019-03-05 20:04:23 +02:00 |
|
belyshevdenis
|
81e54bb6a0
|
Implemented test webhook, fixed script for certificate generation, fixed project dependencies
|
2019-02-21 18:13:21 +02:00 |
|
belyshevdenis
|
9a0db318d3
|
Initial commit with resource stub
|
2019-02-06 14:23:15 +02:00 |
|