1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-05 15:37:19 +00:00
Commit graph

7933 commits

Author SHA1 Message Date
shuting
0f26bd3386
Merge pull request #106 from nirmata/105_bug
fix for issue #105
2019-05-23 12:03:03 -07:00
shivdudhani
00249c4c2a do not report old errors 2019-05-23 11:59:30 -07:00
Anton Kostenko
e2d5b0c1ef Updated examples 2019-05-23 20:37:11 +03:00
Jim Bugwadia
a99c4ca7f7
Merge pull request #101 from nirmata/100_fix_site
100 fix site
2019-05-23 10:07:07 -07:00
Jim Bugwadia
031fe1ea84 update theme repo 2019-05-23 10:04:49 -07:00
Jim Bugwadia
30723edc6e fix CTA 2019-05-23 10:02:58 -07:00
Jim Bugwadia
6c55d71d1b - update site
- add README.md
2019-05-23 09:57:50 -07:00
kacejot
8e73131f02 Fixed minor issue in overlay logic. Added tests 2019-05-23 19:13:39 +03:00
kacejot
18fc6d630f Fixed: Overlay overwrites all items in the list 2019-05-23 16:31:00 +03:00
kacejot
f57cce907a Fixed issue: Overlay was not returning error 2019-05-23 15:53:35 +03:00
kacejot
139e83c307 Merge remote-tracking branch 'refs/remotes/origin/master' 2019-05-23 14:52:12 +03:00
kacejot
7052d4bb93 Fixed issue: Overlay was not applied 2019-05-23 14:51:41 +03:00
Max Goncharenko
2bed831aff
Merge pull request #95 from nirmata/mutating-overlay
Fixed issue: The first element of array was always replaced
2019-05-23 10:55:08 +01:00
Max Goncharenko
feffc6238a
Update overlay.go 2019-05-23 12:51:45 +03:00
Maxim Goncharenko
8735ee7741 Fixed issue: The first element of array was always replaced 2019-05-23 12:45:56 +03:00
Denys Bielyshev
cc5e556631
Merge pull request #93 from nirmata/fix-case
- make dir case consistent
2019-05-23 10:18:34 +01:00
Jim Bugwadia
2619d7ba85 - make dir case consistent
- move files
2019-05-23 00:37:20 -07:00
shuting
a4fcb05cbc
Merge pull request #92 from nirmata/add-makefile
- add Makefile
2019-05-22 21:42:36 -07:00
Jim Bugwadia
e91cd9341b - add Makefile
- add Dockerfile
- update install.yaml
2019-05-22 21:41:24 -07:00
Jim Bugwadia
682f64a1ee
Merge pull request #91 from nirmata/release-0.1
Release 0.1
2019-05-22 20:56:59 -07:00
shuting
b36a67a4b1
Merge pull request #90 from nirmata/checkin_vendor
Checkin vendor
2019-05-22 20:54:50 -07:00
shuting
62af44dd51
Merge pull request #89 from nirmata/34_update_cli_path
update CLI path
2019-05-22 20:54:18 -07:00
Jim Bugwadia
c4e6b42635 rename CLI folder 2019-05-22 20:53:27 -07:00
Jim Bugwadia
d9958c5608 update CLI path 2019-05-22 20:41:33 -07:00
shuting
bfc56b935c check in vendor and code generated by code-gen 2019-05-22 20:33:19 -07:00
shuting
e6ef02e7d8
Merge pull request #86 from nirmata/34_update_docs
34 update docs
2019-05-22 20:27:44 -07:00
Jim Bugwadia
55c2c1581e fix conflicts 2019-05-22 20:26:53 -07:00
Shivkumar Dudhani
4545f00d54
Merge pull request #88 from nirmata/87_bug
Fix: validate if copyFrom is specified
2019-05-22 20:26:30 -07:00
shivdudhani
15b2c85437 validate if copyFrom is specified 2019-05-22 20:22:26 -07:00
Jim Bugwadia
b208578586
update comment 2019-05-22 20:14:03 -07:00
shuting
6a94179b61 update examples 2019-05-22 20:07:41 -07:00
Jim Bugwadia
4eea73ab60 update CLI doc 2019-05-22 20:02:19 -07:00
Jim Bugwadia
4f56e60f8d Merge branch '34_update_docs' of https://github.com/nirmata/kyverno into 34_update_docs 2019-05-22 19:37:00 -07:00
Jim Bugwadia
e4aff985e4 add alternatives 2019-05-22 19:36:45 -07:00
shuting
d185bbaa58
update mutate overlay example in readme 2019-05-22 19:09:21 -07:00
shuting
c8775239d3
Merge pull request #85 from nirmata/83_update_example
update apiVersion for test YAMLs and update spec.rules.generate type …
2019-05-22 18:02:38 -07:00
shivdudhani
ad835cf484 update apiVersion for test YAMLs and update spec.rules.generate type to object 2019-05-22 17:57:40 -07:00
shuting
5c63d3a1d2
Merge pull request #82 from nirmata/44_remove_crd_kind_enum
remove enum conditions in crd for kinds
2019-05-22 17:34:22 -07:00
shuting
8d85586d33
Merge pull request #84 from nirmata/83_update_example
update apiVersion in policy for examples
2019-05-22 17:32:54 -07:00
shivdudhani
6825979238 update apiVersion in policy for examples 2019-05-22 17:29:26 -07:00
shivdudhani
a0f3ed34a9 Merge branch 'mutating-overlay' into release-0.1 2019-05-22 16:17:45 -07:00
shivdudhani
19e137690f resolve merge conflicts with branch release-0.1 2019-05-22 16:17:26 -07:00
kacejot
101870fb5e Added Overlay logic to mutation handling 2019-05-22 22:54:38 +01:00
kacejot
1219063ff8 Updated unit tests 2019-05-22 22:43:19 +01:00
kacejot
09e0065d4c Finished mutating overlay. Added several tests 2019-05-22 22:34:25 +01:00
shivdudhani
3857c6b9a5 remove enum conditions in crd for kinds 2019-05-22 12:01:33 -07:00
shuting
7a3f514fa1
Merge pull request #68 from nirmata/44_support_list_kind
support list of kind in resource
2019-05-22 11:10:12 -07:00
shivdudhani
857aa81f3e update the project name in api version and test 2019-05-22 10:53:01 -07:00
shivdudhani
02d17f7d84 rebase with release 1.0 2019-05-22 10:43:29 -07:00
Denys Bielyshev
0fac5f7dae
Created Mutate documentation 2019-05-22 20:38:55 +03:00