We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 155d6cd commit d7645eaCopy full SHA for d7645ea
api/litmuschaos/v1alpha1/chaosresult_types.go
@@ -41,7 +41,7 @@ const (
41
// ResultPhaseCompleted is phase of chaosresult which is in completed state
42
ResultPhaseCompleted ResultPhase = "Completed"
43
// ResultPhaseCompletedWithError is phase of chaosresult when probe is failed
44
- ResultPhaseCompletedWithError ResultPhase = "CompletedWithError"
+ ResultPhaseCompletedWithError ResultPhase = "Completed_With_Error"
45
// ResultPhaseStopped is phase of chaosresult which is in stopped state
46
ResultPhaseStopped ResultPhase = "Stopped"
47
// ResultPhaseError is phase of chaosresult, which indicates that the experiment is terminated due to an error
0 commit comments