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

2763 commits

Author SHA1 Message Date
Shuting Zhao
c23c318052 remove tags 2020-11-18 17:16:47 -08:00
Shuting Zhao
8acc302336 remove default tag 2020-11-18 17:00:26 -08:00
Shuting Zhao
010c97f3ab remove background default tag 2020-11-18 16:46:08 -08:00
Shuting Zhao
168bb21093 add optional tag to gr.status 2020-11-18 15:07:12 -08:00
Shuting Zhao
2d8092d97c fixes https://github.com/kyverno/kyverno/issues/1238 2020-11-18 14:31:43 -08:00
Shuting Zhao
50c72e871f - add status to gr; - add printer column to gr 2020-11-18 12:07:25 -08:00
Pooja Singh
c791c2047a
Merge pull request #1235 from NoSkillGirl/policyreport_cli
Policyreport CLI
2020-11-18 23:44:54 +05:30
NoSkillGirl
90a2a4c86d removed histogram error log 2020-11-18 16:07:32 +05:30
NoSkillGirl
9a9cd55b7b SanitizedError fix 2020-11-18 15:02:14 +05:30
NoSkillGirl
5794889752 Merge branch 'main' into policyreport_cli 2020-11-18 14:43:30 +05:30
NoSkillGirl
efe4f6abe1 fixed no matching resources message 2020-11-18 11:34:56 +05:30
NoSkillGirl
85d47e16e7 fixed skipping resources 2020-11-18 11:08:24 +05:30
Jim Bugwadia
80b05aee89
Merge pull request #1269 from realshuting/linter_fixes
Linter fixes
2020-11-17 14:33:53 -08:00
Shuting Zhao
b9fb926ddb fixes for golint ./... 2020-11-17 13:07:30 -08:00
Shuting Zhao
e985ee4031 correct misspelled words 2020-11-17 12:01:01 -08:00
Chip Zoller
c52f07b615
new samples; updates (#1259)
* new samples; updates

* typos

* add policy to restrict LoadBalancer

* correct sample numbering

* fix typos
2020-11-16 13:39:59 -08:00
Shuting Zhao
70243625f4 tag v1.3.0-rc2 2020-11-16 13:33:31 -08:00
Jim Bugwadia
8bb054f00f
Merge pull request #1245 from kyverno/schema_gen
Manage Kyverno CRDs by controller-gen
2020-11-16 13:28:55 -08:00
Shuting Zhao
63e11c205d remove namespace check in policy validation 2020-11-16 13:02:45 -08:00
Shuting Zhao
9d7c304ffe update clusterpolicy description 2020-11-16 11:47:16 -08:00
Shuting Zhao
1e00ef27d0 update crd manifests 2020-11-15 22:47:55 -08:00
Jim Bugwadia
46b1b7a0a0 update type docs 2020-11-15 18:51:48 -08:00
Shuting Zhao
781fbfb82c Merge branch 'main' into schema_gen
# Conflicts:
#	pkg/generate/cleanup/controller.go
#	pkg/generate/controller.go
2020-11-13 17:46:34 -08:00
Shuting Zhao
2ff9d03b3f - set tag optional in generaterequest; - fix generate controller error log 2020-11-13 17:44:34 -08:00
Pooja Singh
c9b6c1f2f1
Supress Error Logs (#1255)
* supressed  validation and crd error log

* small fix
2020-11-13 16:36:25 -08:00
Shuting Zhao
943935ee1b properly deserialize anyPattern 2020-11-13 16:25:51 -08:00
Shuting Zhao
365dd6e408 update kyverno crd types.go 2020-11-13 16:02:44 -08:00
NoSkillGirl
d468368ec2 log level added 2020-11-13 14:51:28 +05:30
NoSkillGirl
7eac551b5e passing only validate response to policy report 2020-11-13 13:40:28 +05:30
Shuting Zhao
047b2b8739 update types.go to generate schema 2020-11-12 19:48:39 -08:00
Jim Bugwadia
74b656768e
1251 fix generate panic (#1252)
* improve error message

* fix panic and add error logs

* update log levels and messages

* fix tests
2020-11-12 16:44:57 -08:00
Shuting Zhao
5c38aab03d temporary check in the types for referencing 2020-11-12 16:44:14 -08:00
Jim Bugwadia
5ffbb372dd
Merge pull request #1247 from chipzoller/main
Create sample policies for labels
2020-11-12 16:23:57 -08:00
Chip Zoller
763af0655b update with release, typos 2020-11-12 18:23:20 -05:00
NoSkillGirl
aaa2b96b35 added pass resources in policy report 2020-11-13 00:48:40 +05:30
Chip Zoller
a9911246a2 linting, MD updates 2020-11-12 12:32:10 -05:00
Chip Zoller
e76ce41b95 add sample policy for deployments 2020-11-12 12:31:03 -05:00
Chip Zoller
2e5c26e31e fix snippet in MD 2020-11-12 09:50:12 -05:00
Jim Bugwadia
cddc3da083
Merge pull request #1249 from kyverno/add_newline_to_owners
add newline
2020-11-11 18:30:42 -08:00
Jim Bugwadia
8a97b06f51
add newline 2020-11-11 18:17:16 -08:00
Jim Bugwadia
887f482fc3
Merge pull request #1248 from kyverno/feature/add_owners_file
add owners
2020-11-11 18:15:58 -08:00
Jim Bugwadia
64daa5346c add owners 2020-11-11 17:52:29 -08:00
Chip Zoller
a0539f1d76 update README with new policies 2020-11-11 20:30:59 -05:00
Chip Zoller
fecf9f60af Merge remote-tracking branch 'upstream/main' into main 2020-11-11 20:23:17 -05:00
Chip Zoller
b268935aa3 add samples for Pod labels 2020-11-11 20:17:48 -05:00
Shuting Zhao
b0da9f9a5e Merge branch 'main' into schema_gen 2020-11-11 15:51:06 -08:00
Shuting Zhao
58bc63e1ad remove policy violation from types.go 2020-11-11 15:50:17 -08:00
Jim Bugwadia
2b907f8682
Merge pull request #1243 from kyverno/schema_gen
Fix kustomize failure in CI
2020-11-11 15:27:28 -08:00
Shuting Zhao
2292bf860b update policyreport group to wgpolicyk8s.io 2020-11-11 15:09:07 -08:00
Shuting Zhao
0d963455c9 remove jq installation 2020-11-11 14:46:22 -08:00