update readme

This commit is contained in:
Yann Hamon 2020-06-01 23:34:53 +02:00
parent c3688407af
commit 6657ae9fd1

View file

@ -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