From 0a8d95502833accbfc2f76dad8fd732cf6681b31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Thu, 1 Feb 2024 01:01:46 +0100 Subject: [PATCH] fix: update cli docs (#9585) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché --- docs/user/cli/crd/index.html | 130 +++++++++++++++++++++++++++++++++++ 1 file changed, 130 insertions(+) diff --git a/docs/user/cli/crd/index.html b/docs/user/cli/crd/index.html index 769f0122d250..41f6232e5804 100644 --- a/docs/user/cli/crd/index.html +++ b/docs/user/cli/crd/index.html @@ -147,6 +147,19 @@

Test +checks
+ + +[]CheckResult + + + + +

Checks are the verifications to be checked in the test

+ + + + values
@@ -158,6 +171,17 @@

Test

Values are the values to be used in the test

+ + +exceptions
+ +[]string + + + +

Policy Exceptions are the policy exceptions to be used in the test

+ +
@@ -285,6 +309,112 @@

Values
+

CheckMatch +

+

+(Appears on: +CheckResult) +

+

+

+ + + + + + + + + + + + + + + + + + + + + +
FieldDescription
+resource
+ +github.com/kyverno/kyverno-json/pkg/apis/v1alpha1.Any + +
+

Resource filters engine responses

+
+policy
+ +github.com/kyverno/kyverno-json/pkg/apis/v1alpha1.Any + +
+

Policy filters engine responses

+
+rule
+ +github.com/kyverno/kyverno-json/pkg/apis/v1alpha1.Any + +
+

Rule filters rule responses

+
+
+

CheckResult +

+

+(Appears on: +Test) +

+

+

+ + + + + + + + + + + + + + + + + + + + + +
FieldDescription
+match
+ + +CheckMatch + + +
+

Match tells how to match relevant rule responses

+
+assert
+ +github.com/kyverno/kyverno-json/pkg/apis/v1alpha1.Any + +
+

Assert contains assertion to be performed on the relevant rule responses

+
+error
+ +github.com/kyverno/kyverno-json/pkg/apis/v1alpha1.Any + +
+

Error contains negative assertion to be performed on the relevant rule responses

+
+

NamespaceSelector