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

3046 commits

Author SHA1 Message Date
NoSkillGirl
0a7be578ea removing scheme dependencies 2020-11-05 23:14:58 +05:30
Shuting Zhao
3eacd8f193 update import library 2020-11-04 15:56:33 -08:00
NoSkillGirl
ef8970ddac fixed panic and updated test cases 2020-11-04 15:22:12 +05:30
NoSkillGirl
e11efa4e7a added policy report example 2020-11-04 14:03:40 +05:30
NoSkillGirl
6346ccc79c fixed error log 2020-11-04 14:03:40 +05:30
NoSkillGirl
4a84054576 updated makefile 2020-11-04 14:03:39 +05:30
NoSkillGirl
cd5609fd58 added validation - resource not found in cluster 2020-11-04 14:03:39 +05:30
NoSkillGirl
2b979fec4d removed logic - policy in cluster 2020-11-04 14:03:39 +05:30
NoSkillGirl
94babfe4bd policy support added 2020-11-04 14:03:39 +05:30
NoSkillGirl
1ccde5412e removing individual policyreports 2020-11-04 14:03:39 +05:30
Pooja Singh
603a5fcbae Update Readme.md 2020-11-04 14:03:39 +05:30
Pooja Singh
0e1f0501c5 Apply conditions readme 2020-11-04 14:03:39 +05:30
NoSkillGirl
dcc0fa2c7a added readme for apply command 2020-11-04 14:03:39 +05:30
NoSkillGirl
e4e703f2b5 combining cli reports 2020-11-04 14:03:39 +05:30
NoSkillGirl
0c471f93d8 change of logic for aggregation count 2020-11-04 14:03:38 +05:30
NoSkillGirl
d8c90fe3dd validation - policy(in cluster) resource(outside) 2020-11-04 14:03:38 +05:30
NoSkillGirl
1279026a07 integrated policy report 2020-11-04 14:03:38 +05:30
NoSkillGirl
c56840ef3b fixed skip policy 2020-11-04 14:03:38 +05:30
NoSkillGirl
f2c01d7f76 fixed no-kind-pod error 2020-11-04 14:03:38 +05:30
NoSkillGirl
2799cf7d52 fixed no_kind error 2020-11-04 14:03:38 +05:30
NoSkillGirl
6e7ae8ec13 namespace changes 2020-11-04 14:03:38 +05:30
NoSkillGirl
80aa6eb9f5 added policyreport to cli 2020-11-04 14:03:38 +05:30
Jim Bugwadia
3d2bb58395
Merge pull request #1227 from realshuting/remove_violation
clean up policy violation code - remove pvGenerator
2020-11-03 23:49:59 -08:00
Jim Bugwadia
50fa042bbc
Merge pull request #1233 from realshuting/add_kubectl_printer_columns
Print validationFailureAction with kubectl get
2020-11-03 17:55:02 -08:00
Jim Bugwadia
2cc03639ac
Merge pull request #1232 from realshuting/bug_fix
Improve logging message
2020-11-03 17:54:20 -08:00
Shuting Zhao
b14174e51b refine description 2020-11-03 17:18:51 -08:00
Shuting Zhao
97e6382aaf update description 2020-11-03 16:57:47 -08:00
Shuting Zhao
a1eda94a80 Merge branch 'main' into policyreport
# Conflicts:
#	pkg/utils/util.go
2020-11-03 16:43:00 -08:00
Shuting Zhao
d19a44d34c print fields failreAction and background for kyverno policy 2020-11-03 16:31:41 -08:00
Shuting Zhao
43a718c33a Merge branch 'main' into bug_fix 2020-11-03 16:29:46 -08:00
Shuting Zhao
61e4088a53 improve eventGen logging 2020-11-03 16:07:02 -08:00
Shuting Zhao
8e0650804f improve error log 2020-11-03 15:41:17 -08:00
Shuting Zhao
d8d5160bce fix #1192 2020-11-03 15:31:58 -08:00
Jim Bugwadia
9c7cdee8ef
Merge pull request #1231 from realshuting/update_CI
update master to main in CI automation files
2020-11-03 14:30:38 -08:00
Shuting Zhao
51e2b0d978 change severity fields to lower case 2020-11-03 14:08:45 -08:00
Shuting Zhao
3e1c5f5830 update master to main in CI automation files 2020-11-03 13:56:57 -08:00
Jim Bugwadia
48b98bd17b
allow text after patch versions (#1230) 2020-11-02 22:14:36 -08:00
Shuting Zhao
ece16de329 clean up policy violation code - remove pvGenerator 2020-11-02 18:09:20 -08:00
Shuting Zhao
2abfff1f06 remove violation CRD from manifest 2020-11-02 17:08:35 -08:00
Shuting Zhao
85c6c3d36f clean up policy violation CRD 2020-11-02 16:59:16 -08:00
Shuting Zhao
f8c659ffa5 fix report update 2020-11-02 15:58:43 -08:00
Shuting Zhao
2721821f1b remove policy report flag 2020-11-02 13:21:53 -08:00
Shuting Zhao
153516b0d6 move reportChangeRequest to kyverno.io/v1alpha1 2020-10-30 19:26:53 -07:00
Shuting Zhao
e5c5cb39a0 update summary.* to lower case 2020-10-30 18:01:46 -07:00
Shuting Zhao
ba4b36153d rename apiversion from policy.kubernetes.io to policy.k8s.io 2020-10-30 17:33:20 -07:00
Shuting Zhao
6952c6cc74 fix results entry removal when policy / rule gets deleted 2020-10-30 16:56:44 -07:00
Shuting Zhao
5303939f45 skip generating report change request if there's entry results 2020-10-29 16:10:10 -07:00
Jim Bugwadia
7e9b08baeb
Feature/make operators case insensitive (#1217)
* fix typo

* make operators case insensitive

* fix case statement
2020-10-29 15:00:22 -07:00
Shuting Zhao
596647dadb generate policy report in background scan 2020-10-29 13:35:18 -07:00
Shuting Zhao
53139db74f - rename reportRequest to reportChangeRequest; -rename clusterReportRequest to clusterReportChangeRequest 2020-10-28 15:36:50 -07:00