Skip to content

Commit 2a914bf

Browse files
committed
add unknown field check to validate command
Signed-off-by: Mehmet Enes <[email protected]>
1 parent 089f784 commit 2a914bf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

content/master/cli/command-reference.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,8 @@ 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 additional validation checks such as Unknown Field Check.
832833

833834
The `crossplane beta validate` command supports validating the following
834835
scenarios:

content/v1.16/cli/command-reference.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,8 @@ 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 additional validation checks such as Unknown Field Check.
832833

833834
The `crossplane beta validate` command supports validating the following
834835
scenarios:

0 commit comments

Comments
 (0)