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

1869 commits

Author SHA1 Message Date
Jim Bugwadia
15769d84b3
Merge pull request #681 from nirmata/mutate_fix
Update documentation/mutate.md
2020-02-07 11:45:28 -08:00
shuting
4d8bb0666a
Merge pull request #670 from shravanshetty1/658_optional_kind_field
#658 - Make 'kinds' in match / exclude block optional
2020-02-07 11:36:51 -08:00
Shuting Zhao
c3e6851052 update documentation/mutate.md 2020-02-07 11:25:01 -08:00
shivkumar dudhani
4e1b11c1d4 Merge branch 'master' into update_doc 2020-02-07 11:22:50 -08:00
shuting
e067ec9f40
Merge pull request #679 from nirmata/install_instructions_patch
Update installation.md
2020-02-07 10:30:17 -08:00
Jim Bugwadia
5e2d161d5a
Update writing-policies-generate.md 2020-02-07 10:21:47 -08:00
Jim Bugwadia
8d43e6d995
Update installation.md 2020-02-07 10:06:05 -08:00
shravan
c7bed6f3ff 644 save commit for testcases 2020-02-07 18:36:17 +05:30
shravan
c8fd7f6a91 644 simplyifying solution 2020-02-07 18:11:47 +05:30
shravan
736c18ea46 644 logical error fixes prototype 2020-02-07 16:53:38 +05:30
shravan
9d99f7000e 658 adding missing changes from merge commit 2020-02-07 15:10:38 +05:30
shravan
79145603d9 658 resolving merge conflicts 2020-02-07 15:07:25 +05:30
shravan
22deb9d66b 658 adding missing changes from previous commit 2020-02-07 15:04:11 +05:30
shravan
70ea63cab3 658 removing unused commented out code 2020-02-07 15:02:36 +05:30
shravan
21abc315f6 644 removing commented out unused code 2020-02-07 14:55:04 +05:30
shravan
819ba3fb1b 644 returning detailed error from function in question, changes currently untested 2020-02-07 14:45:43 +05:30
shuting
33f5e0a9f2
Merge pull request #678 from nirmata/readme-patch-1
fix text
2020-02-06 23:39:35 -08:00
Jim Bugwadia
53637a6ccf
fix text 2020-02-06 23:20:31 -08:00
shuting
bed9779980
Merge pull request #677 from nirmata/update_examples
update examples and log text
2020-02-06 23:10:26 -08:00
Jim Bugwadia
d4bbae6fe8 update examples and log text 2020-02-06 22:51:16 -08:00
shravan
9051320e43 644 removing outdated tests and fixing stylistic issues 2020-02-06 23:55:46 +05:30
shravan
0891b23efd 644 stopped closing channel while go routine is sending values 2020-02-06 23:39:57 +05:30
shravan
a683f8d373 644 more elegant solution 2020-02-06 23:35:50 +05:30
shravan
f9293e9585 644 untested prototype 2020-02-06 22:32:50 +05:30
shravan
88083e91d6 658 removing outdated test from previous commit 2020-02-06 15:40:58 +05:30
shravan
d52312da82 635 prototype changes 2020-02-06 15:11:49 +05:30
shuting
207bce7dbc
Merge pull request #675 from nirmata/647_update_docs
647 update docs
2020-02-06 00:46:51 -08:00
Jim Bugwadia
836cf11afd add service accounts to subjects 2020-02-06 00:42:01 -08:00
Jim Bugwadia
f188512ca0 add service accounts 2020-02-06 00:38:05 -08:00
Jim Bugwadia
9615c60fba fix case and text 2020-02-06 00:16:04 -08:00
Jim Bugwadia
5f1db2738e fix order 2020-02-06 00:13:31 -08:00
Jim Bugwadia
a93f31ebd5 update titles 2020-02-06 00:10:36 -08:00
shuting
2642549744
Merge pull request #654 from shravanshetty1/253_ValidationInMutationFlag_v3
#253 Fixes, added 'runValidationInMutatingWebhook' flag - v3
2020-02-06 00:05:11 -08:00
Jim Bugwadia
2068da18a8 update docs for new features 2020-02-06 00:04:19 -08:00
shravan
f0a8b20668 253 resolving merge conflicts 2020-02-06 08:14:35 +05:30
Shravan Shetty
46afbe5f14
#640 - Patch annotation format changes (#660)
* 640 tested prototype

* 640 fixing tests

* 640 requeted changes related to annotation struct

* 640 fixes related to previous commit

Co-authored-by: Shravan Suresha Shetty <46517941+shravanss@users.noreply.github.com>
2020-02-05 18:35:27 -08:00
shravan
dd7e63e1a6 658 removing outdated tests and fixing broken ones 2020-02-05 17:00:47 +05:30
shravan
c8e9606a62 658 removing uneeded tests 2020-02-05 16:41:14 +05:30
shravan
a43e7dc9fd 658 removing deprecated functions 2020-02-05 16:33:55 +05:30
shravan
12c2909d27 658 refactoring getall lookup name 2020-02-05 16:29:37 +05:30
shravan
d38bf5c16e 658 prototype changes without policy lookup update 2020-02-05 15:55:37 +05:30
Shivkumar Dudhani
76fa40151b
add background processing documentation (#650)
* add background processing documentation

* update cmd line arg

* CR changes
2020-02-04 14:55:12 -08:00
shivkumar dudhani
f740ba9d91 Merge branch 'update_doc' of github.com:nirmata/kyverno into update_doc 2020-02-04 14:37:34 -08:00
shivkumar dudhani
8641347b86 CR changes 2020-02-04 14:37:26 -08:00
shivkumar dudhani
69f65c713d temp 2020-02-04 14:35:10 -08:00
Shivkumar Dudhani
9eae338b58
Merge branch 'master' into update_doc 2020-02-04 13:07:53 -08:00
shivkumar dudhani
f608d4db18 variable substitution on copy and retry generate resource creation 2020-02-04 12:13:41 -08:00
Jim Bugwadia
a1b49f72a3
fix gofmt and golint issues (#667)
* fix gofmt and golint issues

* add keys to structs

* fix compile error

* fix clusterrolebinding creation

* fix test
2020-02-03 13:38:24 -08:00
Shivkumar Dudhani
2bba55e211
substitute variable values on a copy of policy rule (#669) 2020-02-03 11:59:34 -08:00
shravan
4471117d42 644 removing more deadcode related to previous commit 2020-02-03 18:58:31 +05:30