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 6b272cd commit feb7100Copy full SHA for feb7100
api/litmuschaos/v1alpha1/chaosresult_types.go
@@ -40,6 +40,8 @@ const (
40
ResultPhaseRunning ResultPhase = "Running"
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"
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