1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-04-09 10:42:22 +00:00
Commit graph

195 commits

Author SHA1 Message Date
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
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
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
NoSkillGirl
054a119063 simplified exit code 2020-06-09 12:55:42 +05:30
NoSkillGirl
e267757d30 Added more exit codes and update Readme 2020-06-08 17:01:56 +05:30
Jim Bugwadia
42b54796cb
Add install releases 2020-06-06 19:25:20 -07:00
Jim Bugwadia
5be9c46c4e
update helm installation instructions 2020-06-05 16:57:52 -07:00
Jim Bugwadia
a72f63d712
add back install definitions (#923) 2020-06-05 15:48:02 -07:00
Yuvraj
619fb98e2a remove crd installation from documentation 2020-06-05 15:05:57 -07:00
Yuvraj
5df422fd63 Added aggregated view clusterroles 2020-06-05 14:36:37 -07:00
Jim Bugwadia
849ef4adcb
fix helm installation (#912) 2020-06-04 18:35:39 -07:00
shuting
03ab89115f
remove --name for helm install 2020-06-04 18:06:41 -07:00
Yuvraj
d51807aac2
Hotfix/ci (#905)
* docs update and fixed issue for docker push on release
2020-06-04 14:31:54 -07:00
Yuvraj
d5ea0415de
remove arm from goreleaser (#903)
* Feature : Added complete release cycle and created install bash script for kyverno-cli
2020-06-04 11:45:37 -07:00
Jim Bugwadia
0c66428640
Fix headings and add note on namespace 2020-06-03 19:11:14 -07:00
Yuvraj
ffe6f9c19c
alignment changes 2020-06-03 18:15:07 -07:00
Yuvraj
7e2dd0d35e
documentation fixed 2020-06-03 18:13:42 -07:00
Yuvraj
ca2379baab added documentation for installing 2020-06-03 17:59:19 -07:00
Jim Bugwadia
d4e5790a66
Bugfix/update docs for deny rules (#886)
* - support wildcards for namespaces

* do not annotate resource, unless policy is an autogen policy

* close HTTP body

* improve messages

* - update docs for deny rules
- add presentations and videos to README.md
2020-05-28 11:22:47 -07:00
sgandon
21571ba275
fixed a documentation typo (#864) 2020-05-19 10:33:44 -07:00
danielnbalasoiu
80a02a1574
Documentation update
Updated instructions with current locations of `policy-CM.yaml` and `CM.yaml`.
2020-04-29 09:12:37 +00:00
shravan
bafc854bc5 797 typo fix 2020-04-20 18:51:04 +05:30
Jim Bugwadia
bd117aa65d Fixes #797 - update example for mutate patch policy 2020-04-18 20:13:47 -07:00
Norbert Kiesel
bd46e41f11
Clarified the resourceFilters usage
Not 100% sure that I got this correct. Please review and fix.

I also see in the source code that the entries can also be just `[<Kind>]` or `[<Kind>,<Namespace>]` (i.e. omitting trailing parts instead of using `*`) but I'm not sure if that should be used so I did not mention it.
2020-04-03 12:11:01 -07:00
Norbert Kiesel
d40e3b886e
Fixed some typos 2020-04-02 22:34:45 -07:00
Norbert Kiesel
33352d131e
fixed some typos 2020-04-02 22:31:21 -07:00
Norbert Kiesel
5252fe76d5
fixed some typos 2020-04-02 22:28:09 -07:00
Norbert Kiesel
cbe20995b2
tyxed some typos
whitespace before `:` in YAML
2020-04-02 22:26:02 -07:00
Norbert Kiesel
a2d6732adf
fixed some more typos
extra whitespace before `:` in YAML
2020-04-02 22:20:56 -07:00
Norbert Kiesel
b698736e9c
Fixed some more typos and always link install.yaml 2020-04-02 22:14:28 -07:00