From 2a914bf5feec9557c68f5bcf1babac1dca88c344 Mon Sep 17 00:00:00 2001 From: Mehmet Enes Date: Sun, 30 Jun 2024 19:27:56 +0300 Subject: [PATCH] add unknown field check to validate command Signed-off-by: Mehmet Enes --- content/master/cli/command-reference.md | 3 ++- content/v1.16/cli/command-reference.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/content/master/cli/command-reference.md b/content/master/cli/command-reference.md index a8b0b969..03758444 100644 --- a/content/master/cli/command-reference.md +++ b/content/master/cli/command-reference.md @@ -828,7 +828,8 @@ Configuration/platform-ref-aws v0.9.0 True The `crossplane beta validate` command validates [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. The `crossplane beta validate` command supports validating the following scenarios: diff --git a/content/v1.16/cli/command-reference.md b/content/v1.16/cli/command-reference.md index a8b0b969..73e7566c 100644 --- a/content/v1.16/cli/command-reference.md +++ b/content/v1.16/cli/command-reference.md @@ -828,7 +828,8 @@ Configuration/platform-ref-aws v0.9.0 True The `crossplane beta validate` command validates [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. The `crossplane beta validate` command supports validating the following scenarios: