mirror of https://github.com/crossplane/docs.git
add unknown field check to validate command
Signed-off-by: Mehmet Enes <menes.onus@gmail.com>
This commit is contained in:
parent
089f784a82
commit
2a914bf5fe
|
@ -828,7 +828,8 @@ Configuration/platform-ref-aws v0.9.0 True
|
|||
|
||||
The `crossplane beta validate` command validates
|
||||
[compositions]({{<ref "../concepts/compositions">}}) against provider or XRD
|
||||
schemas using the Kubernetes API server's validation library.
|
||||
schemas using the Kubernetes API server's validation library
|
||||
with additional validation checks such as Unknown Field Check.
|
||||
|
||||
The `crossplane beta validate` command supports validating the following
|
||||
scenarios:
|
||||
|
|
|
@ -828,7 +828,8 @@ Configuration/platform-ref-aws v0.9.0 True
|
|||
|
||||
The `crossplane beta validate` command validates
|
||||
[compositions]({{<ref "../concepts/compositions">}}) against provider or XRD
|
||||
schemas using the Kubernetes API server's validation library.
|
||||
schemas using the Kubernetes API server's validation library
|
||||
with additional validation checks such as Unknown Field Check.
|
||||
|
||||
The `crossplane beta validate` command supports validating the following
|
||||
scenarios:
|
||||
|
|
Loading…
Reference in New Issue