From 0db97fdb933fbf5f2dc32708eb14c68d3d203dad Mon Sep 17 00:00:00 2001 From: Yann Hamon Date: Sun, 18 Oct 2020 14:50:49 +0200 Subject: [PATCH] update credits in readme --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index dca4eb6..bdaae82 100644 --- a/Readme.md +++ b/Readme.md @@ -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 [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 -following improvements: +It is inspired by, contains code from and is designed to stay close to +[Kubeval](https://github.com/instrumenta/kubeval), but with the following improvements: * **high performance**: will validate & download manifests over multiple routines, caching 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 @@ -131,4 +131,4 @@ $ ./cmd/openapi2jsonschema/main.py https://raw.githubusercontent.com/aws/amazon- ### Credits * @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 ❤️