description:'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'
type:string
kind:
description:'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'
type:string
metadata:
type:object
spec:
description:Spec i.e. specifications of the E2eResult
properties:
testMetadata:
description:TestMetadata holds information on the testcase
properties:
app:
description:App is the name of the application running
nullable:true
type:string
chaostype:
description:Chaostype is the type of test case
nullable:true
type:string
type:object
testStatus:
description:TestStatus holds the state of testcase, manually updated
by json merge patch result is the useful value today, but anticipate
phase use in future
properties:
phase:
description:Phase tells whether the test case is running or completed
nullable:true
type:string
result:
description:Result tells whether the test case passed or failed