Skip to search

Test

tests.testkube.io / v2

apiVersion: tests.testkube.io/v2 kind: Test metadata: name: example
View raw schema
apiVersion string
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
kind string
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
metadata object
spec object
TestSpec defines the desired state of Test
content object
test content object
data string
test content body
repository object
repository of test content
branch string
branch/tag name for checkout
commit string
commit id (sha) for checkout
path string
if needed we can checkout particular path (dir or file) in case of BIG/mono repositories
token string
git auth token for private repositories
type string required
VCS repository type
uri string required
uri of content file or git directory
username string
git auth username for private repositories
type string
test type
uri string
uri of test content
executorArgs []string
additional executor binary arguments
name string
test execution custom name
params object
DEPRECATED execution params passed to executor
schedule string
schedule in cron job format for scheduled test execution
type string
test type
variables object
Variables are new params with secrets attached
status object
TestStatus defines the observed state of Test
executions_count integer
last_execution string
format: date-time

No matches. Try .spec.content for an exact path