mirror of
https://github.com/yannh/kubeconform.git
synced 2026-05-06 02:04:25 +00:00
Minor css updates
This commit is contained in:
parent
d10c9bde67
commit
607c90a0a9
22 changed files with 418 additions and 987 deletions
|
|
@ -1,57 +1,51 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="author" content="Yann Hamon">
|
||||
<link rel="stylesheet" type="text/css" href="/css/style.css"><link rel="stylesheet" type="text/css" href="/css/prism.css">
|
||||
<title>Kubeconform - Fast Kubernetes manifests validation! | About</title>
|
||||
<!doctype html><html><head>
|
||||
<meta charset=utf-8>
|
||||
<meta name=author content="Yann Hamon">
|
||||
<link rel=stylesheet type=text/css href=/css/style.css><link rel=stylesheet type=text/css href=/css/prism.css>
|
||||
<title>Kubeconform - Fast Kubernetes manifests validation! | About</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="main-container"><div id="header">
|
||||
<ul id="navigation">
|
||||
<li><a href="/about">About</a></li>
|
||||
<li><a href="/docs/installation/">Docs</a></li>
|
||||
<li><a href="/">Home</a></li>
|
||||
</ul>
|
||||
<h1>Kubeconform</h1>
|
||||
<h2>A fast Kubernetes manifests validator</h2>
|
||||
<div id=main-container><div id=header>
|
||||
<ul id=navigation>
|
||||
<li><a href=/about>About</a></li>
|
||||
<li><a href=https://github.com/yannh/kubeconform/>Github</a></li>
|
||||
<li><a href=/docs/installation/>Docs</a></li>
|
||||
<li><a href=/>Home</a></li>
|
||||
</ul>
|
||||
<h1>Kubeconform</h1>
|
||||
<h2>A fast Kubernetes manifests validator</h2>
|
||||
</div>
|
||||
<div id="content"><div id="main">
|
||||
|
||||
<div class="navig">
|
||||
|
||||
|
||||
<div id=content><div id=main>
|
||||
<div class=navig>
|
||||
<a href=# id=prev></a>
|
||||
<a href=# id=prev></a>
|
||||
</div>
|
||||
|
||||
<div id="content-text">
|
||||
<div id=content-text>
|
||||
<h1>About</h1>
|
||||
<p>Kubeconform is a Kubernetes manifests validation tool. Build it into your CI to validate your Kubernetes
|
||||
configuration!</p>
|
||||
<p>It is inspired by, contains code from and is designed to stay close to
|
||||
<a href="https://github.com/instrumenta/kubeval">Kubeval</a>, but with the following improvements:</p>
|
||||
<a href=https://github.com/instrumenta/kubeval>Kubeval</a>, but with the following improvements:</p>
|
||||
<ul>
|
||||
<li><strong>high performance</strong>: will validate & download manifests over multiple routines, caching
|
||||
<li><strong>high performance</strong>: will validate & download manifests over multiple routines, caching
|
||||
downloaded files in memory</li>
|
||||
<li>configurable list of <strong>remote, or local schemas locations</strong>, enabling validating Kubernetes
|
||||
custom resources (CRDs) and offline validation capabilities</li>
|
||||
<li>uses by default a <a href="https://github.com/yannh/kubernetes-json-schema">self-updating fork</a> of the schemas registry maintained
|
||||
by the <a href="https://github.com/instrumenta/kubernetes-json-schema">kubernetes-json-schema</a> project - which guarantees
|
||||
<li>uses by default a <a href=https://github.com/yannh/kubernetes-json-schema>self-updating fork</a> of the schemas registry maintained
|
||||
by the <a href=https://github.com/instrumenta/kubernetes-json-schema>kubernetes-json-schema</a> project - which guarantees
|
||||
up-to-date <strong>schemas for all recent versions of Kubernetes</strong>.</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="navig">
|
||||
|
||||
|
||||
<div class=navig>
|
||||
<a href=# id=prev></a>
|
||||
<a href=# id=prev></a>
|
||||
</div>
|
||||
|
||||
<script defer src="/js/prism.js"></script>
|
||||
|
||||
</div>
|
||||
</div><div id="footer">
|
||||
Website powered by <a href="https://gohugo.io/">Hugo</a>
|
||||
<script defer src=/js/prism.js></script>
|
||||
</div>
|
||||
</div><div id=footer>
|
||||
Website powered by <a href=https://gohugo.io/>Hugo</a>
|
||||
</div>
|
||||
</div>
|
||||
<script defer src="/js/prism.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
<script defer src=/js/prism.js></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue