mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-18 17:37:03 +00:00
update credits in readme
This commit is contained in:
parent
a83c915a24
commit
0db97fdb93
1 changed files with 4 additions and 4 deletions
|
|
@ -7,11 +7,11 @@ Kubeconform is a Kubernetes manifests validation tool. Build it into your CI to
|
||||||
configuration using the schemas from the registry maintained by the
|
configuration using the schemas from the registry maintained by the
|
||||||
[kubernetes-json-schema](https://github.com/instrumenta/kubernetes-json-schema) project!
|
[kubernetes-json-schema](https://github.com/instrumenta/kubernetes-json-schema) project!
|
||||||
|
|
||||||
It is inspired by and similar to [Kubeval](https://github.com/instrumenta/kubeval), but with the
|
It is inspired by, contains code from and is designed to stay close to
|
||||||
following improvements:
|
[Kubeval](https://github.com/instrumenta/kubeval), but with the following improvements:
|
||||||
* **high performance**: will validate & download manifests over multiple routines, caching
|
* **high performance**: will validate & download manifests over multiple routines, caching
|
||||||
downloaded files in memory
|
downloaded files in memory
|
||||||
* configurable list of schemas registries, enabling validating Kubernetes custom resources (CRDs)
|
* configurable list of schemas locations, enabling validating Kubernetes custom resources (CRDs)
|
||||||
|
|
||||||
### A small overview of Kubernetes manifest validation
|
### A small overview of Kubernetes manifest validation
|
||||||
|
|
||||||
|
|
@ -131,4 +131,4 @@ $ ./cmd/openapi2jsonschema/main.py https://raw.githubusercontent.com/aws/amazon-
|
||||||
### Credits
|
### Credits
|
||||||
|
|
||||||
* @garethr for the [Kubeval](https://github.com/instrumenta/kubeval) and
|
* @garethr for the [Kubeval](https://github.com/instrumenta/kubeval) and
|
||||||
[kubernetes-json-schema](https://github.com/instrumenta/kubernetes-json-schema) projects
|
[kubernetes-json-schema](https://github.com/instrumenta/kubernetes-json-schema) projects ❤️
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue