Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add unknown field check to validate command #790

Merged
merged 3 commits into from
Jul 5, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion content/master/cli/command-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,8 @@ 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 additional validation checks such as Unknown Field Check.
enesonus marked this conversation as resolved.
Show resolved Hide resolved

The `crossplane beta validate` command supports validating the following
scenarios:
Expand Down
3 changes: 2 additions & 1 deletion content/v1.16/cli/command-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,8 @@ 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
enesonus marked this conversation as resolved.
Show resolved Hide resolved
with additional validation checks such as Unknown Field Check.

The `crossplane beta validate` command supports validating the following
scenarios:
Expand Down
Loading