Skip to content

Commit d741cb3

Browse files
authored
Merge pull request #790 from enesonus/add-unknown-check
add unknown field check to validate command
2 parents 089f784 + 0e2fd9e commit d741cb3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/master/cli/command-reference.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,9 @@ Configuration/platform-ref-aws v0.9.0 True
828828

829829
The `crossplane beta validate` command validates
830830
[compositions]({{<ref "../concepts/compositions">}}) against provider or XRD
831-
schemas using the Kubernetes API server's validation library.
831+
schemas using the Kubernetes API server's validation library
832+
with extra validation such as checking for unknown fields,
833+
a common source of difficult to debug issues in Crossplane.
832834

833835
The `crossplane beta validate` command supports validating the following
834836
scenarios:

0 commit comments

Comments
 (0)