File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -829,7 +829,8 @@ Configuration/platform-ref-aws v0.9.0 True
829
829
The `crossplane beta validate` command validates
830
830
[compositions]({{<ref "../concepts/compositions">}}) against provider or XRD
831
831
schemas using the Kubernetes API server's validation library
832
- with additional validation checks such as Unknown Field Check.
832
+ with additional validation such as checking for unknown fields,
833
+ a common source of difficult to debug issues in Crossplane.
833
834
834
835
The `crossplane beta validate` command supports validating the following
835
836
scenarios :
Original file line number Diff line number Diff line change @@ -828,8 +828,7 @@ Configuration/platform-ref-aws v0.9.0 True
828
828
829
829
The `crossplane beta validate` command validates
830
830
[compositions]({{<ref "../concepts/compositions">}}) against provider or XRD
831
- schemas using the Kubernetes API server's validation library
832
- with additional validation checks such as Unknown Field Check.
831
+ schemas using the Kubernetes API server's validation library.
833
832
834
833
The `crossplane beta validate` command supports validating the following
835
834
scenarios :
You can’t perform that action at this time.
0 commit comments