1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-04-09 10:42:22 +00:00
Cloud Native Policy Management
Find a file
Jim Bugwadia 6afd2e6f3a
ignore non-policy files in CLI and improve validation messages (#1362)
* improve validation message

* improve error behaviors

* fix tests

* fix tests
2020-12-07 11:26:04 -08:00
.github update policy issue template 2020-11-29 10:09:27 -05:00
api fixes for golint ./... 2020-11-17 13:07:30 -08:00
charts/kyverno Fix Kyverno crash when CRD is not installed (#1353) 2020-12-03 19:19:36 -08:00
cmd Fix Kyverno crash when CRD is not installed (#1353) 2020-12-03 19:19:36 -08:00
definitions update CRDs 2020-12-02 12:26:59 -08:00
documentation remove docs and update README.md 2020-10-14 17:39:45 -07:00
pkg ignore non-policy files in CLI and improve validation messages (#1362) 2020-12-07 11:26:04 -08:00
samples Merge pull request #1347 from chipzoller/main 2020-12-01 22:47:16 -08:00
scripts Migrate image to GitHub registry (#1299) 2020-11-24 11:49:08 -08:00
test ignore non-policy files in CLI and improve validation messages (#1362) 2020-12-07 11:26:04 -08:00
.codeclimate.yml remove arm from goreleaser (#903) 2020-06-04 11:45:37 -07:00
.directory Implemented validation across same yaml 2019-06-20 18:21:55 +03:00
.gitignore Events fix (#1006) 2020-07-20 20:30:02 +05:30
.golangci.yml codeclimate and golangci-lint added 2020-03-24 02:01:50 +05:30
.goreleaser.yml update nirmata/kyverno to kyverno/kyverno 2020-10-07 11:12:31 -07:00
.krew.yaml migrate repo 2020-10-07 15:09:52 -07:00
CODE_OF_CONDUCT.md add code of conduct & contributing section 2019-06-12 09:39:37 -07:00
CONTRIBUTING.md new samples; updates (#1259) 2020-11-16 13:39:59 -08:00
go.mod ignore non-policy files in CLI and improve validation messages (#1362) 2020-12-07 11:26:04 -08:00
go.sum ignore non-policy files in CLI and improve validation messages (#1362) 2020-12-07 11:26:04 -08:00
LICENSE Create LICENSE 2019-06-05 23:00:32 -04:00
Makefile validate conditiona.operator as enum 2020-11-29 00:37:36 -08:00
OWNERS.md add newline 2020-11-11 18:17:16 -08:00
README.md remove markdown in HTML tag 2020-10-21 01:10:51 -07:00

Kyverno Tweet

Kubernetes Native Policy Management

build prereleaser Go Report Card License: Apache-2.0 GitHub Repo stars

logo

Kyverno is a policy engine designed for Kubernetes. It can validate, mutate, and generate configurations using admission controls and background scans. Kyverno policies are Kubernetes resources and do not require learning a new language. Kyverno is designed to work nicely with tools you already use like kubectl, kustomize, and Git.

Documentation

Kyverno guides and reference documents are available at: kyverno.io.

Try the quick start guide to install Kyverno and create your first policy.

Contributing

Checkout out the Kyverno Community page for ways to get involved and details on joining our next community meeting.

Getting Help