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

2413 commits

Author SHA1 Message Date
Mohan B E
a14828246d
Feature/api version 852 (#1028)
* apiVersion support for generate

* added apiVersion to crds
2020-08-07 09:47:33 +05:30
Yuvraj
9c0d54f35a
e2e workflow added (#1021)
* e2e flow added

* add kustomize image change in ci
2020-08-06 11:56:31 +05:30
Mohan B E
6e827f912f
Feature/e2e 575 (#1018)
* added api templates

* E2E test for generate roles, rolebindings, clusterrole and clusterrolebindings

* table driven e2e tests

* table driven e2e tests and go fmt

* removed unwanted vars

* increased sleep time

* removed role generation clone

* increated sleep time

* added rolebinding clone and retry mechanism for get resources

* modified test for clone

* added namespace to role

* added namespace variable

* added git actions job

* changed build name

* removed docker login

* added role verbs

* removed github actions job and rbac file

* added clusterrole test with clone

* fixed travis issue
2020-08-06 10:46:10 +05:30
shuting
39de46fe39
983 kustomize support (#1026)
* prototype - strategic merge patch

* add end to end test

* add engine strategic merge patch support

* set webhook reinvocationPolicy to IfNeeded

* refactor engine mutate code

* support JMESPath in strategic merge patch

* implement patchesJson6902

* update doc

* resolve pr comments
2020-08-05 09:11:23 -07:00
Yuvraj
bad0dab175
ci migrated (#1015)
* ci migrated

* remove travis ci

* typo fix

* delete size labeler

* fix test issues

* test ci added

* rename build workflow
2020-08-05 09:02:45 -07:00
Pooja Singh
7195b20e90
Feature/print mutated policy (#1014)
* added printing mutation policy

* added mutated method in common

* improved yaml print

* updated readme

* small fix

* small fix
2020-07-29 09:11:58 -07:00
Jim Bugwadia
a7c3594f10
Merge pull request #1009 from b-entangled/663_api_docs
added api docs generator and docs html file
2020-07-23 12:03:20 -07:00
Mohan BE
9b033fd755 added +optional for optional fields 2020-07-23 18:09:34 +05:30
Mohan BE
d41eb93e66 simplified comments 2020-07-22 12:44:06 +05:30
Mohan BE
df33504c0f added prefixes to comments 2020-07-22 12:33:12 +05:30
Mohan BE
7951690d25 generate docs 2020-07-22 09:41:02 +05:30
Mohan BE
f3dc56a7f8 added commentsto types.go 2020-07-22 09:34:56 +05:30
Mohan BE
fcfe89ac8b modified types.go comments 2020-07-22 09:26:39 +05:30
Shuting Zhao
71ff4b911d tag 1.1.8 2020-07-21 11:06:42 -07:00
Mohan BE
3e1cef790a added field type specification to types 2020-07-21 11:33:51 +05:30
Pooja Singh
f55d801037
removed mutated policy (#1010) 2020-07-20 22:03:38 -07:00
Pooja Singh
47aaf50717
Feature/CLI saving mutate results (#1007)
* saving mutated policy and resources in yaml

* removed saving mutated policy

* fixed file creation

* updated readme

* changed flags
2020-07-20 12:11:30 -07:00
Mohan BE
2525ce3423 added one line comment to types and added API docs link to README.md 2020-07-20 22:29:20 +05:30
shuting
75a7543c6d
Events fix (#1006)
* remove success event

* remove event success message

* remove events generated on clusterpolicy
2020-07-20 20:30:02 +05:30
Mohan BE
9451f79ee5 added api docs generator 2020-07-20 20:05:06 +05:30
Jim Bugwadia
e7fa601148
Merge pull request #1005 from realshuting/933_doc_update
Update selecting resource doc
2020-07-18 14:36:37 -07:00
Shuting Zhao
490d0ce154 update doc 2020-07-18 14:25:35 -07:00
Shuting Zhao
9bcdbd16b8 update example indent 2020-07-17 17:24:52 -07:00
Shuting Zhao
5839447112 update rule name 2020-07-17 10:11:40 -07:00
Shuting Zhao
aa00b8354f update selecting resource doc 2020-07-17 10:09:34 -07:00
Jim Bugwadia
00d22e89e0
Merge pull request #1001 from evalsocket/patch-4
policy name added in labels
2020-07-17 00:47:51 -07:00
Jim Bugwadia
5e283600fc
Merge pull request #1004 from evalsocket/patch-1002
fixed deployment name in config
2020-07-16 15:40:00 -07:00
Yuvraj
de570d577d fixed deployment name 2020-07-16 22:13:50 +00:00
evalsocket
3dc72b3b8e add group policy 2020-07-16 05:20:37 -07:00
evalsocket
629267c40a policy group change 2020-07-15 17:19:20 -07:00
Yuvraj
af5bc53081
krew yaml fixes (#1000) 2020-07-15 14:37:04 -07:00
evalsocket
37e3c08476 policy name added in labels 2020-07-15 14:30:00 -07:00
Shuting Zhao
f39372cb66 tag v1.1.7 2020-07-15 13:05:54 -07:00
shuting
55d5812404
bugfix - delete synchronized resources (#997)
* Delete individual resource when policy deleted

Co-authored-by: evalsocket <yuvraj.yad001@gmail.com>
2020-07-15 23:09:02 +05:30
Pooja Singh
bfaeefafd3
print mutated policy as yaml (#995) 2020-07-15 08:16:49 -07:00
Shuting Zhao
06db774cdd tag v1.1.7-rc4 2020-07-14 20:59:45 -07:00
Pooja Singh
352d9710a0
Feature/auto gen policy rule (#991)
* small fix

* printing mutated policies
2020-07-14 20:49:10 -07:00
shuting
67f7ed0ed3
Bug fix: perform OR across types in UserInfo (#992)
* remove policy name cache entry on policy DELETE

* buugfix: perform OR in userInfo match

* add function description
2020-07-14 20:23:30 -07:00
Yuvraj
6ec593a791
Added version in cli (#990)
* version added in kyverno cli
2020-07-15 02:16:03 +05:30
shuting
71c4cc3241
Update kyverno-cli.md (#989) 2020-07-15 02:12:31 +05:30
Yuvraj
2d11d4a695
Error message update (#988)
* error message update
2020-07-15 01:20:34 +05:30
Yuvraj
e8faa88673
fix bug (#987) 2020-07-14 09:22:08 -07:00
shuting
267f38bb93
remove policy name cache entry on policy DELETE (#986) 2020-07-13 20:29:39 -07:00
shuting
2c5c7494a5
tag 1.1.7-rc3 (#985) 2020-07-13 14:45:54 -07:00
Yuvraj
4535f43283
Added Synchronize flag in Generate Request (#980)
* fix Synchronize flag issue
2020-07-14 02:12:11 +05:30
Pooja Singh
f9149dfd86
Merge pull request #981 from NoSkillGirl/feature/auto-gen_policy_rule
Feature/auto gen policy rule
2020-07-13 15:44:31 +05:30
NoSkillGirl
fed8d7f967 small fixes 2020-07-11 18:12:35 +05:30
NoSkillGirl
c26a414182 auto generating policy rules 2020-07-11 17:57:31 +05:30
NoSkillGirl
b23cfa9f93 added auto-gen policy rule for cli 2020-07-11 17:57:07 +05:30
NoSkillGirl
f0fab9499e temp 2020-07-11 17:56:14 +05:30