Merge pull request #790 from enesonus/add-unknown-check

add unknown field check to validate command
This commit is contained in:
Jared Watts 2024-07-05 07:35:22 -07:00 committed by GitHub
commit d741cb3e57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -828,7 +828,9 @@ 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 extra validation such as checking for unknown fields,
a common source of difficult to debug issues in Crossplane.
The `crossplane beta validate` command supports validating the following
scenarios: