Skip to content

Commit

Permalink
Merge pull request #790 from enesonus/add-unknown-check
Browse files Browse the repository at this point in the history
add unknown field check to validate command
  • Loading branch information
jbw976 authored Jul 5, 2024
2 parents 089f784 + 0e2fd9e commit d741cb3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/master/cli/command-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d741cb3

Please sign in to comment.