1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-07 00:17:13 +00:00
Commit graph

222 commits

Author SHA1 Message Date
Shuting Zhao
82143a262a update doc 2020-09-22 19:54:41 -07:00
Shuting Zhao
f8faa08f92 update doc 2020-09-22 18:28:21 -07:00
Mohan B E
51ac382c6c
Feature/configmaps var 724 (#1118)
* added configmap data substitution for foreground mutate and validate

* added configmap data substitution for foreground mutate and validate fmt

* added configmap lookup for background

* added comments to resource cache

* added configmap data lookup in preConditions

* added parse strings in In operator and configmap lookup docs

* added configmap lookup docs

* modified configmap lookup docs
2020-09-22 14:11:49 -07:00
shuting
0814d9e799
update operator doc (#1131) 2020-09-18 12:15:04 -07:00
Pooja Singh
ba5c656d76
converting patches to patchesJSON6902 (#1115)
* converting patches to patchesJSON6902

* updated readme

* removed patch section from readme
2020-09-16 10:53:05 -07:00
shuting
e0f617b383
810 support cronJob for auto-gen (#1089)
* add watch policy to clusterrole kyverno:customresources

* - improve auto-gen policy application logic - remove unused code

* move method to common util

* auto-gen rule for cronJob

* update doc

* set CronJob as default auto-gen pod controller

* - update doc; - fix test

* remove unused code
2020-09-01 09:11:20 -07:00
Pooja Singh
2bfb5fffb3
Merge pull request #1080 from NoSkillGirl/feature/crd_validation
Supporting CRD validation in CLI
2020-09-01 08:51:02 +05:30
Yuvraj
2641120907
Generate policy does not work on namespace update (#1085)
* added logic for handling generate request

* generate rules added

* added label condition for generate

* remove extra logs

* remove extra logs

* buf fixed

* bug fixed

* added logic for delete gr

* log fixed

* documentation changed

* remove best practices changes

* bug fix

* added best pratice
2020-08-31 11:25:13 -07:00
NoSkillGirl
d9c3a166cc updated readme 2020-08-31 19:32:00 +05:30
Mohan B E
a827f88dc7
resolved conditional anchor issue and added validation to pattern labels (#1060)
* resolved conditional anchor issue and added validation to pattern labels

* restored IsConditionAnchor

* added annotation and anypattern validation

* added conditional anchor key checker

* reverted docs

* fixed tests

* modified validation

* modified validate condition check
2020-08-28 18:22:22 -07:00
NoSkillGirl
b3a13cd36b updated readme - apply example 2020-08-22 01:07:04 +05:30
NoSkillGirl
492b0636c2 updated readme 2020-08-22 01:07:04 +05:30
NoSkillGirl
e18deb94f2 updated readme 2020-08-22 01:07:04 +05:30
Pooja Singh
5a68653749
Supporting annotations in match/exclude (#1045)
* Supporting annotations in match/exclude filters

* updated readme

* small fix
2020-08-17 17:12:27 -07:00
shuting
fd2661dfce
update mutation jsonPatch doc (#1049) 2020-08-14 14:48:08 -07:00
Yuvraj
6c174b19d1
Update the doc on how excluded userInfo flags (#1035)
* flags description added in documentation

* added exclude group role

* small docs changes
2020-08-13 11:59:17 -07:00
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
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
7951690d25 generate docs 2020-07-22 09:41:02 +05:30
Mohan BE
fcfe89ac8b modified types.go comments 2020-07-22 09:26:39 +05:30
Mohan BE
3e1cef790a added field type specification to types 2020-07-21 11:33:51 +05:30
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
Mohan BE
9451f79ee5 added api docs generator 2020-07-20 20:05:06 +05:30
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
shuting
71c4cc3241
Update kyverno-cli.md (#989) 2020-07-15 02:12:31 +05:30
evalsocket
c802d71d9f docs fix 2020-07-10 18:39:26 -07:00
evalsocket
26ae7e2052 merge master changes 2020-07-10 15:25:05 -07:00
Yuvraj
19c2fa8463 documentation added 2020-07-08 14:26:22 -07:00
Yuvraj
7a8298419e
kyverno CLI accessable through krew (#941)
* automate kyverno-cli plugin release for krew

* windows support added

* revert ci changes

* update plugin name

* documentation added

Co-authored-by: Yuvraj <yuvraj@neualto.com>
2020-07-08 09:05:55 -07:00
Jim Bugwadia
c4723e1d06
Merge pull request #968 from nirmata/feature/docs_rstructure_and_add_community
update README.md - community and restructure
2020-07-05 21:11:30 -07:00
Pooja Singh
59b2378274
reading kyverno svc from environment variable (#962)
* reading kyverno svc from environment variable

* updated readme
2020-07-04 19:35:31 -07:00
Jim Bugwadia
29d9425272 update README.md - community and restructure 2020-07-03 08:40:24 -07:00
NoSkillGirl
51b1df71f4 updated readme 2020-07-02 14:11:02 +05:30
NoSkillGirl
0487bfb04b updated kyverno namespace readme 2020-07-02 13:34:18 +05:30
Pooja Singh
ac5d69895a
removing hardcoded namespace from the code (#955)
* removing hardcoded namespace from the code

* Added to helm chart

* removing hard-coded namespace and deployment name from config, generate, checker

* added namespace to configMap, service, serviceAccount

* updated installation documentation

passing `KYVERNO_NAMESPACE` while running in debug mode.

* Update installation.md

removing `kyverno` only namespace note
2020-07-01 14:50:49 -07:00
Jim Bugwadia
ec7969df31
Merge pull request #947 from NoSkillGirl/feature/new_operators
Feature/new operators
2020-06-26 17:26:24 -07:00
Jim Bugwadia
81dc7defed
Merge pull request #951 from realshuting/update_doc
Update auto-gen doc
2020-06-26 17:25:40 -07:00
NoSkillGirl
356d749103 updated readme 2020-06-26 12:48:45 +05:30
Shuting Zhao
c1c27dd0a3 resolve pr comment 2020-06-25 17:04:36 -07:00
shuting
06a2b246dd
Background mode only apply to running pods (#949)
* background mode process Running pod only

* update debug doc
2020-06-25 09:52:27 -07:00
Shuting Zhao
c2e3d5e232 update auto-gen doc 2020-06-24 15:25:43 -07:00
Yuvraj
01724d63cf
Synchronize data for generated resources (#933)
* Generate request added fro update resource

* synchronize flag added

* documentation added for keeping resource synchronized

Signed-off-by: Yuvraj <yuvraj.yad001@gmail.com>
2020-06-23 07:19:43 +05:30
NoSkillGirl
ee0bf321fa samll change in readme 2020-06-12 09:47:21 +05:30