mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-21 19:07:00 +00:00
update readme
This commit is contained in:
parent
c3688407af
commit
6657ae9fd1
1 changed files with 7 additions and 7 deletions
14
Readme.md
14
Readme.md
|
|
@ -22,20 +22,20 @@ Usage of ./bin/kubeconform:
|
||||||
file to validate (can be specified multiple times)
|
file to validate (can be specified multiple times)
|
||||||
-k8sversion string
|
-k8sversion string
|
||||||
version of Kubernetes to test against (default "1.18.0")
|
version of Kubernetes to test against (default "1.18.0")
|
||||||
|
-n int
|
||||||
|
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")
|
||||||
-printsummary
|
|
||||||
print a summary at the end
|
|
||||||
-quiet
|
|
||||||
quiet output - only print invalid files, and errors
|
|
||||||
-schema value
|
-schema value
|
||||||
file containing an additional Schema (can be specified multiple times)
|
file containing an additional Schema (can be specified multiple times)
|
||||||
-skipKinds string
|
-skip string
|
||||||
comma-separated list of kinds to ignore
|
comma-separated list of kinds to ignore
|
||||||
-strict
|
-strict
|
||||||
disallow additional properties not in schema
|
disallow additional properties not in schema
|
||||||
-workers int
|
-summary
|
||||||
number of routines to run in parallel (default 4)
|
print a summary at the end
|
||||||
|
-verbose
|
||||||
|
print results for all resources
|
||||||
```
|
```
|
||||||
|
|
||||||
### Credits
|
### Credits
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue