1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00
Commit graph

7893 commits

Author SHA1 Message Date
Maxim Goncharenko
c22add9969 Moved all util funcs to the utils.go. Added deepcopy functions for policy types 2019-05-13 21:20:31 +03:00
Maxim Goncharenko
8fea251837 Made mutation, validation, generation and overlay optional due to the specs 2019-05-13 21:18:02 +03:00
shivdudhani
28eb4fa763 initial commit: call generate from policy controller 2019-05-13 09:47:37 -07:00
Maxim Goncharenko
f2e89ca993 Updated all the kubernetes dependencies to the latest 1.14 version 2019-05-13 16:11:16 +03:00
Maxim Goncharenko
43ebd8c12c Changed policy type definition due to the policy-v2 specification 2019-05-13 16:10:00 +03:00
Maxim Goncharenko
ee6630333e Updated install.yaml due to the policy-v2 specifications 2019-05-13 16:08:02 +03:00
Max Goncharenko
8077cfed87
Merge pull request #27 from nirmata/feature_proposal_redesign_policycontroller_eventcontroller_violationbuilder
Feature proposal redesign policycontroller eventcontroller violationbuilder
2019-05-13 15:13:54 +03:00
Jim Bugwadia
a624cf97d4 fix project name 2019-05-12 15:54:30 -07:00
Jim Bugwadia
dd3d570d8c remove extra instruction in publish script 2019-05-12 15:21:43 -07:00
Jim Bugwadia
b251cd0e6f fix GitHub pages publishing dir 2019-05-12 15:20:12 -07:00
Jim Bugwadia
4124fc7d79 update git ignore 2019-05-12 15:15:05 -07:00
Jim Bugwadia
fcbb9e615a update GitHub Pages content 2019-05-12 15:13:53 -07:00
shuting
10e693d318 Remove commented code 2019-05-12 16:29:31 -05:00
Jim Bugwadia
12482703d6 try relative URLs 2019-05-12 04:23:41 -07:00
Jim Bugwadia
419f488d49 Publishing to gh-pages (publish.sh) 2019-05-12 04:16:31 -07:00
shivdudhani
e4366c55be inital commit: redesign the policyengine to make it stateless 2019-05-10 22:34:14 -07:00
shivdudhani
6d83aa6b9e merge the changes with policy-engine 2019-05-10 12:36:55 -07:00
shivdudhani
04f5716f7b rename internal components 2019-05-10 10:38:38 -07:00
shivdudhani
9a7be94930 initial feature proposal 2019-05-10 00:05:21 -07:00
shuting
e25f7a41e4
Update policyengine.go 2019-05-09 22:27:44 -07:00
shuting
7c82ea4284 Add PolicyEngine 2019-05-09 22:26:22 -07:00
shuting
e8e33732cf move patch logic to pkg/mutation 2019-05-08 10:01:41 -07:00
shivdudhani
3ef72addd8 code review changes: remove extra code 2019-05-08 07:41:26 -07:00
shivdudhani
653a733a4b code review changes: undo scripts 2019-05-08 07:38:42 -07:00
shivdudhani
eecc9db2d4 undo the removal of name field 2019-05-07 17:33:19 -07:00
shuting
0c744db0e9 move webhooks/patches.go webhooks/utils.go to pkg/policymanager/ 2019-05-07 16:50:39 -07:00
shivdudhani
2b4ac9d07b code review changes 2019-05-07 13:26:54 -07:00
shivdudhani
9d4541ac02 move policy violation type inside status subresource 2019-05-06 17:03:37 -07:00
shivdudhani
644d044fe6 correct arguments to violation builder 2019-05-06 12:08:31 -07:00
shivdudhani
8af86ab002 rename file, move append events 2019-05-06 10:30:44 -07:00
shivdudhani
bd1a84190b undo corrections 2019-05-06 10:07:47 -07:00
shivdudhani
d43e6b81a0 correct changes 2019-05-06 09:27:48 -07:00
shivdudhani
0babf1f25d redesign event & violation builders. kubeclient to provide resource handlers 2019-05-06 09:12:37 -07:00
Denys Bielyshev
7eb3225bd7
Merge pull request #18 from nirmata/feature_add_pkg_engine
Feature add pkg engine
2019-05-06 13:49:55 +03:00
Denys Bielyshev
a4fb1df542
Merge branch 'develop' into feature_add_pkg_engine 2019-05-06 13:49:17 +03:00
shuting
447ff441df
Delete policy.go 2019-05-03 18:43:11 -07:00
shuting
82176b5371 remove commented code / extra lines, correct spelling 2019-05-03 16:41:45 -07:00
shuting
7bdaff157e Add package to vendor 2019-05-03 14:59:58 -07:00
shuting
4862d03c3c Remove regexp, add wildcard checks instead 2019-05-03 14:58:09 -07:00
Denys Bielyshev
f52ced1fa8
Updated README.md: Added Workflow 2019-05-03 15:10:54 +03:00
shuting
d0e832b424 remove violations generate from applyPolicyRules 2019-05-02 15:08:10 -07:00
shuting
565afd7e3c - Update violation ruleName to the actual name of the rule; - Add the description to method ApplyRegex 2019-05-02 11:57:41 -07:00
shuting
8558ba3d64 change util function for retrieving kind, name and namespace from resource RAW 2019-05-02 11:15:23 -07:00
Shivkumar Dudhani
72d0cc853e
Merge pull request #19 from nirmata/feature_return_violations
add violations when patches are not applied
2019-05-01 16:31:12 -07:00
shuting
06e5c433b9 add violations when patches are not applied 2019-05-01 14:48:50 -07:00
shuting
0ec59e2d63 Merge branch 'wildcard_support' into feature_add_pkg_engine
* wildcard_support:
  parse regex from policyResourceName
  violation framework updates
  implement wildcard support
2019-04-30 18:57:02 -07:00
shuting
2e1c4b36d9 parse regex from policyResourceName 2019-04-30 18:54:08 -07:00
Shivkumar Dudhani
9a6738e272 violation framework updates 2019-04-30 17:30:27 -07:00
shuting
91b3269aa1 implement wildcard support 2019-04-30 17:26:50 -07:00
Shivkumar Dudhani
18f4198bec Merge branch 'feature_add_pkg_engine' of github.com:nirmata/kube-policy into feature_add_pkg_engine
Add violation framework
2019-04-30 17:16:36 -07:00