mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-23 03:37:01 +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
|
$ ./bin/kubeconform -h
|
||||||
Usage of ./bin/kubeconform:
|
Usage of ./bin/kubeconform:
|
||||||
-dir value
|
|
||||||
directory to validate (can be specified multiple times)
|
|
||||||
-ignore-missing-schemas
|
-ignore-missing-schemas
|
||||||
skip files with missing schemas instead of failing
|
skip files with missing schemas instead of failing
|
||||||
-k8sversion string
|
-k8sversion string
|
||||||
version of Kubernetes to test against (default "1.18.0")
|
version of Kubernetes to test against (default "1.18.0")
|
||||||
|
-local-registry value
|
||||||
|
folder containing additional schemas (can be specified multiple times)
|
||||||
-n int
|
-n int
|
||||||
number of routines to run in parallel (default 4)
|
number of routines to run in parallel (default 4)
|
||||||
-output string
|
-output string
|
||||||
output format - text, json (default "text")
|
output format - text, json (default "text")
|
||||||
-schema value
|
|
||||||
file containing an additional Schema (can be specified multiple times)
|
|
||||||
-skip string
|
-skip string
|
||||||
comma-separated list of kinds to ignore
|
comma-separated list of kinds to ignore
|
||||||
-strict
|
-strict
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue