mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-11 22:19:25 +00:00
update readme
This commit is contained in:
parent
59c23325d3
commit
85da648af5
1 changed files with 2 additions and 4 deletions
|
|
@ -33,18 +33,16 @@ schemas at runtime as required.
|
|||
```
|
||||
$ ./bin/kubeconform -h
|
||||
Usage of ./bin/kubeconform:
|
||||
-dir value
|
||||
directory to validate (can be specified multiple times)
|
||||
-ignore-missing-schemas
|
||||
skip files with missing schemas instead of failing
|
||||
-k8sversion string
|
||||
version of Kubernetes to test against (default "1.18.0")
|
||||
-local-registry value
|
||||
folder containing additional schemas (can be specified multiple times)
|
||||
-n int
|
||||
number of routines to run in parallel (default 4)
|
||||
-output string
|
||||
output format - text, json (default "text")
|
||||
-schema value
|
||||
file containing an additional Schema (can be specified multiple times)
|
||||
-skip string
|
||||
comma-separated list of kinds to ignore
|
||||
-strict
|
||||
|
|
|
|||
Loading…
Reference in a new issue