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

305 commits

Author SHA1 Message Date
shivkumar dudhani
8901917fe3 show mutation changes in annotation 2019-07-25 16:20:22 -04:00
shivkumar dudhani
ab1953b080 cleanup 2019-07-25 14:18:34 -04:00
shivkumar dudhani
16dc59aedd annotations cleanup 2019-07-25 14:18:13 -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
14bc6859f6 annotations json path update 2019-07-24 14:25:28 -04:00
shivkumar dudhani
c3b1d1721b cleanup 2019-07-24 06:34:06 -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
b839d4f134 change flag field 2019-07-23 18:29:44 -04:00
shuting
0d8688d147
Merge pull request #229 from nirmata/228_feature
change annotations struct field name
2019-07-23 11:02:45 -07:00
shuting
ba7ae52a90
Merge pull request #227 from nirmata/226_bug
hack to ignore selfLink generation
2019-07-23 11:02:22 -07:00
shivkumar dudhani
e54890585a change annotations struct field name 2019-07-23 13:59:48 -04:00
shivkumar dudhani
8a24798ca0 hack to ignore selfLink generation 2019-07-23 13:24:21 -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
4e40a49133 comments 2019-07-23 00:55:45 -04:00
shivkumar dudhani
63ef0f8fe4 cleanup 2019-07-23 00:38:04 -04:00
shivkumar dudhani
a7aab6fdc6 annotatiosn and name key change 2019-07-23 00:10:18 -04:00
shivkumar dudhani
d5979e8387 comment debug logs 2019-07-22 20:39:41 -04:00
shivkumar dudhani
2554919dc3 fallback if status not found 2019-07-22 20:10:06 -04:00
shivkumar dudhani
658fd18a95 set kind, reset seflink,annotations,resourceVersion, generation & observerd generation before comparions for annotation changes 2019-07-22 18:50:09 -04:00
Shuting Zhao
e0b06f8a8b - add debug log - tested fix 2019-07-21 14:13:00 -07:00
shivkumar dudhani
06691dfa2a testing 2019-07-20 23:58:46 -07: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
42f47e45c6 Merge branch '217_feature' of https://github.com/nirmata/kyverno into 217_feature 2019-07-19 17:59:41 -07:00
Shuting Zhao
9fd59297f8 remove rule name in failure even info 2019-07-19 17:52:24 -07:00
shivkumar dudhani
62b0f5703a add error msg only for failed rules 2019-07-19 16:22:26 -07:00
shivkumar dudhani
4166d13684 correct case 2019-07-19 16:18:36 -07:00
shivkumar dudhani
91030987ea handle retrys events 2019-07-19 16:17:10 -07:00
shivkumar dudhani
9f157544c9 cleanUp 2019-07-19 15:10:40 -07:00
shivkumar dudhani
d68c4ea033 check for annotattions for resource updates only 2019-07-19 13:53:36 -07:00
shivkumar dudhani
9fcb4b7b10 bypass annotation additions 2019-07-19 12:47:20 -07:00
shivkumar dudhani
1d23dbbbb8 update annotation key 2019-07-18 15:49:29 -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
e5f208e303 annotation generation from policy controller 2019-07-17 17:53:13 -07:00
shivkumar dudhani
bd9e8585c7 annotations v1 2019-07-17 15:04:02 -07:00
shivkumar dudhani
a36ed10425 change flag & corrections 2019-07-16 15:53:14 -07:00
shivkumar dudhani
68a48373ae add delete op to webhook & violation removal 2019-07-15 20:16:06 -07:00
shivkumar dudhani
f47910da53 update flag & support ValidationFailureAction flag 2019-07-15 19:14:42 -07:00
shivkumar dudhani
68a6751990 restructure webhooks pkg 2019-07-15 16:07:56 -07:00
shivkumar dudhani
f879375ab3 add mode to policy struct 2019-07-15 16:02:19 -07:00
shivkumar dudhani
abfe176bac add helper functions 2019-07-15 15:55:53 -07:00
shivkumar dudhani
a5817f5863 violation clean up 2019-07-15 14:49:22 -07:00
shivkumar dudhani
29a89d20ad violation cleanup for existing resources 2019-07-15 11:29:58 -07:00
Shuting Zhao
749021774f resolve merge conflict 2019-07-08 18:03:21 -07:00