1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
Commit graph

157 commits

Author SHA1 Message Date
Shuting Zhao
a110efb96c Merge branch 'policyViolation' into 254_dynamic_webhook_configurations
# Conflicts:
#	main.go
#	pkg/annotations/annotations.go
#	pkg/annotations/controller.go
#	pkg/controller/controller.go
#	pkg/controller/controller_test.go
#	pkg/engine/engine.go
#	pkg/engine/generation.go
#	pkg/engine/mutation.go
#	pkg/engine/validation.go
#	pkg/event/controller.go
#	pkg/webhooks/mutation.go
#	pkg/webhooks/policyvalidation.go
#	pkg/webhooks/report.go
#	pkg/webhooks/server.go
#	pkg/webhooks/validation.go
2019-08-14 19:00:37 -07:00
Shuting Zhao
6b1b6dddfa combine policy engine returns into single struct 2019-08-14 15:18:46 -07:00
Shuting Zhao
e87c72291f - Patch resource between every rule application - move mutation & validation to mutate webhook 2019-08-14 11:51:01 -07:00
shivkumar dudhani
aed0ed0dc1 clean up 2019-08-14 10:01:47 -07:00
shivkumar dudhani
e7b538be79 add process existing for mutation & validation + come cleanup 2019-08-13 11:32:12 -07:00
shivkumar dudhani
1e621146be test policy engine on admission requests 2019-08-09 16:55:43 -07:00
shivkumar dudhani
373d9a45ad clean up mutation 2019-08-09 12:59:37 -07:00
shivkumar dudhani
a30ad6bab2 cleanup 2019-08-09 11:08:02 -07:00
shivkumar dudhani
cc907bccba create violation on existing namespace that dont satisfy the generate rules 2019-08-08 15:15:47 -07:00
shivkumar dudhani
15092f6927 update comment for bug_268 2019-08-07 18:24:55 -07:00
shivkumar dudhani
87994e4a77 fixes 268_bug 2019-08-07 18:13:43 -07:00
shuting
4d684fca51
Merge pull request #249 from nirmata/filter_resources
Filter resources
2019-07-31 18:04:44 -07:00
shivkumar dudhani
afe54e2953 rebase with master 2019-07-31 17:43:46 -07:00
Shuting Zhao
dedec6ec6c Merge branch 'master' into 196_anchor_selection_on_peer 2019-07-31 17:17:26 -07:00
shivkumar dudhani
fde4de5017 existing resources checks all namespace, instead of jst default it left blank 2019-07-31 17:05:26 -07:00
Shuting Zhao
d32f88f981 add unit test case 2019-07-26 18:27:59 -07:00
Shuting Zhao
590aa74bd8 update unit tests 2019-07-26 17:52:26 -07:00
Shuting Zhao
a70d253828 fix anchors in the list of map VS anchors on different list 2019-07-26 17:52:12 -07:00
Shuting Zhao
ff45794455 patch overlay 2019-07-26 15:54:42 -07:00
Shuting Zhao
256240dc46 Merge commit 'c1916a8bfc5b35499638428fbcda12ca42babdc3' into 196_anchor_selection_on_peer 2019-07-26 13:47:23 -07:00
Shuting Zhao
6bcce11735 update unit tests 2019-07-26 13:41:39 -07:00
Shuting Zhao
900ebea247 check conditions 2019-07-26 12:01:09 -07:00
shivkumar dudhani
361961ac1b cleanup 2019-07-26 08:11:20 -04:00
Shivkumar Dudhani
6c0fd5351d
Merge pull request #239 from nirmata/233_deploy
show mutation changes in annotation
2019-07-26 07:44:07 -04:00
shivkumar dudhani
bc051177ab fix unit tests 2019-07-26 07:28:34 -04:00
shivkumar dudhani
8901917fe3 show mutation changes in annotation 2019-07-25 16:20:22 -04:00
shivkumar dudhani
ba34d96c7d annnotation patch 2019-07-25 13:14:55 -04:00
shivkumar dudhani
fa8e31cd6f handle overlay array mismatch 2019-07-24 14:25:51 -04:00
shivkumar dudhani
0831839910 handled skipped element in array 2019-07-24 06:33:51 -04:00
shivkumar dudhani
94a6f1a71a match % exclude resources 2019-07-23 23:34:03 -04:00
shivkumar dudhani
7462cc9dea go vet corrections 2019-07-23 03:08:00 -04:00
shivkumar dudhani
cdc17f999d process existing for generate & annotations 2019-07-23 03:07:11 -04:00
shivkumar dudhani
a7aab6fdc6 annotatiosn and name key change 2019-07-23 00:10:18 -04:00
shivkumar dudhani
bbed451039 cleanup 2019-07-20 01:11:25 -07:00
shivkumar dudhani
15918ec0d8 rebase with master 2019-07-19 20:39:31 -07:00
shivkumar dudhani
99782e4d95 pull 2019-07-19 20:32:57 -07:00
shivkumar dudhani
3cb978c16f clean up + fix bugs 2019-07-19 20:30:55 -07:00
Shuting Zhao
9fd59297f8 remove rule name in failure even info 2019-07-19 17:52:24 -07:00
shivkumar dudhani
f9b5ac9a27 flag, violations 2019-07-18 10:22:20 -07:00
shivkumar dudhani
129ced1b2a annotations creation,update & removal 2019-07-17 23:13:28 -07:00
shivkumar dudhani
f47910da53 update flag & support ValidationFailureAction flag 2019-07-15 19:14:42 -07:00
shivkumar dudhani
29a89d20ad violation cleanup for existing resources 2019-07-15 11:29:58 -07:00
shivkumar dudhani
942f0f5ac3 get resource using kind & add cache invalidate mechanism and retry 2019-07-08 15:34:21 -07:00
shuting
db28e0fb63
Merge pull request #210 from nirmata/157_bug
resource patched after every rule + rm PatchBytes
2019-07-08 10:47:55 -07:00
shuting
23a6c40328
Merge pull request #209 from nirmata/202_refactor_generate
202 refactor generate
2019-07-08 10:46:38 -07:00
shivkumar dudhani
0ee748a95f resource patched after every rule + rm PatchBytes 2019-07-05 15:20:43 -07:00
shivkumar dudhani
0f925dc282 remove references to old generate flow 2019-07-05 11:33:12 -07:00
shivkumar dudhani
3fbcb992a1 generation: check existing resources 2019-07-05 11:24:18 -07:00
shivkumar dudhani
63c1874016 initial commit 2019-07-03 10:25:00 -07:00
shivkumar dudhani
29653196bf Add namespace selector to filter on namespace 2019-07-01 13:27:10 -07:00