It contains spec details provided at `spec` inside chaosresult. The name of chaosengine and chaosexperiment are present at `spec.engine` and `spec.experiment` respectively.
??? info "View the spec details schema"
Field |
.spec.engine |
Description |
Flag to hold the ChaosEngine name for the experiment |
Range |
n/a (type: string) |
Notes |
The .spec.engine holds the engine name for the current course of the experiment. |
Field |
.spec.experiment |
Description |
Flag to hold the ChaosExperiment name which induces chaos. |
Range |
n/a (type: string) |
Notes |
The .spec.experiment holds the ChaosExperiment name for the current course of the experiment. |
view the sample chaosresult:
[embedmd]:# (https://raw.githubusercontent.com/litmuschaos/litmus/master/mkdocs/docs/experiments/concepts/chaos-resources/chaos-result/spec/spec.out yaml)
```yaml
Name: engine-nginx-pod-delete
Namespace: default
Labels: app.kubernetes.io/component=experiment-job
app.kubernetes.io/part-of=litmus
app.kubernetes.io/version=1.13.8
chaosUID=aa0a0084-f20f-4294-a879-d6df9aba6f9b
controller-uid=6943c955-0154-4542-8745-de991eb47c61
job-name=pod-delete-w4p5op
name=engine-nginx-pod-delete
Annotations:
API Version: litmuschaos.io/v1alpha1
Kind: ChaosResult
Metadata:
Creation Timestamp: 2021-09-29T13:28:59Z
Generation: 6
Resource Version: 66788
Self Link: /apis/litmuschaos.io/v1alpha1/namespaces/default/chaosresults/engine-nginx-pod-delete
UID: fe7f01c8-8118-4761-8ff9-0a87824d863f
Spec:
# name of the chaosengine
Engine: engine-nginx
# name of the chaosexperiment
Experiment: pod-delete
Status:
Experiment Status:
Fail Step: N/A
Phase: Completed
Probe Success Percentage: 100
Verdict: Pass
History:
Failed Runs: 1
Passed Runs: 1
Stopped Runs: 0
Targets:
Chaos Status: targeted
Kind: deployment
Name: hello
Events:
```