diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 000000000..e69de29bb diff --git a/404.html b/404.html new file mode 100644 index 000000000..e3de75e0d --- /dev/null +++ b/404.html @@ -0,0 +1 @@ +
Package v1alpha1 contains API Schema definitions for the v1alpha1 API group.
Configuration
¶Configuration is the resource that contains the configuration used to run tests.
Field | Type | Required | Inline | Description |
---|---|---|---|---|
apiVersion | string | chainsaw.kyverno.io/v1alpha1 | ||
kind | string | Configuration | ||
metadata | meta/v1.ObjectMeta | Standard object's metadata. | ||
spec | ConfigurationSpec | Configuration spec. |
Test
¶Test is the resource that contains aa test definition.
Field | Type | Required | Inline | Description |
---|---|---|---|---|
apiVersion | string | chainsaw.kyverno.io/v1alpha1 | ||
kind | string | Test | ||
metadata | meta/v1.ObjectMeta | Standard object's metadata. | ||
spec | TestSpec | Test spec. |
TestStep
¶TestStep is the resource that contains the testStep used to run tests.
Field | Type | Required | Inline | Description |
---|---|---|---|---|
apiVersion | string | chainsaw.kyverno.io/v1alpha1 | ||
kind | string | TestStep | ||
metadata | meta/v1.ObjectMeta | Standard object's metadata. | ||
spec | TestStepSpec | TestStep spec. |
Apply
¶Appears in:
Apply represents a manifest to be applied.
Field | Type | Required | Inline | Description |
---|---|---|---|---|
FileRef | FileRef | Manifest to be applied. |
Assert
¶Appears in:
Error represents an assertion expected to succeed.
Field | Type | Required | Inline | Description |
---|---|---|---|---|
FileRef | FileRef | Assertion manifest. |
ConfigurationSpec
¶Appears in:
ConfigurationSpec contains the configuration used to run tests.
Field | Type | Required | Inline | Description |
---|---|---|---|---|
timeout | meta/v1.Duration | Timeout per test step. | ||
testDirs | []string | Directories containing test cases to run. | ||
skipDelete | bool | If set, do not delete the resources after running the tests (implies SkipClusterDelete). | ||
stopOnFirstFailure | bool | StopOnFirstFailure determines whether the test should stop upon encountering the first failure. | ||
parallel | int | The maximum number of tests to run at once. | ||
reportFormat | ReportFormatType | ReportFormat determines test report format (JSON | ||
reportName | string | ReportName defines the name of report to create. It defaults to "chainsaw-report". | ||
namespace | string | Namespace defines the namespace to use for tests. | ||
suppress | []string | Suppress is used to suppress logs. | ||
fullName | bool | FullName makes use of the full test case folder path instead of the folder name. | ||
skipTestRegex | string | SkipTestRegex is used to skip tests based on a regular expression. |
Error
¶Appears in:
Error represents an error condition.
Field | Type | Required | Inline | Description |
---|---|---|---|---|
FileRef | FileRef | Error manifest. |
FileRef
¶Appears in:
FileRef represents a file reference.
Field | Type | Required | Inline | Description |
---|---|---|---|---|
file | string | File is the path to the referenced file. |
ReportFormatType
¶(Alias of string
)
Appears in:
TestSpec
¶Appears in:
TestSpec contains the test spec.
Field | Type | Required | Inline | Description |
---|---|---|---|---|
steps | []TestStepSpec | Steps defining the test. |
TestStepSpec
¶Appears in:
Field | Type | Required | Inline | Description |
---|---|---|---|---|
assert | []Assert | No description provided. | ||
apply | []Apply | No description provided. | ||
error | []Error | No description provided. |
{"use strict";/*!
+ * escape-html
+ * Copyright(c) 2012-2013 TJ Holowaychuk
+ * Copyright(c) 2015 Andreas Lubbe
+ * Copyright(c) 2015 Tiancheng "Timothy" Gu
+ * MIT Licensed
+ */var Ha=/["'&<>]/;Un.exports=$a;function $a(e){var t=""+e,r=Ha.exec(t);if(!r)return t;var o,n="",i=0,s=0;for(i=r.index;i